perf: add benchmarks (#5)

This commit is contained in:
JY Tan
2025-12-28 00:38:01 -08:00
committed by GitHub
parent 6c21e008c3
commit 8317bb96bc
7 changed files with 1407 additions and 0 deletions

6
.gitignore vendored
View File

@@ -23,3 +23,9 @@ coverage.out
# GoReleaser
/dist/
# Benchmark results
/benchmarks/
*.prof
cpu.out
mem.out