Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
ddddddO committed Nov 30, 2024
1 parent 1e8dd4d commit 95251b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ test:

bench:
go test -count 5 -benchmem -bench Benchmark calendar_benchmark_test.go

bench_cpu:
go test -count 3 -cpu=1,4,8 -benchmem -bench Benchmark calendar_benchmark_test.go

bench_before:
go test -count 5 -benchmem -bench Benchmark calendar_benchmark_test.go 2>&1 | tee bench_before.log
bench_after:
Expand Down

0 comments on commit 95251b7

Please sign in to comment.