Skip to content

Commit

Permalink
chore: trigger benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
acjzz committed Nov 20, 2023
1 parent 8ca4d17 commit 6ac5ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ test:
go test -timeout=10s -race -count=1 -failfast -shuffle=on ./...

bench:
go test -bench ^Benchmark* -run XXX -benchtime 1s -count 1 -cpu 1,2 -benchmem | tee benchmark_output.txt
go test -bench ^Benchmark* -run XXX -benchtime 1s -count 2 -cpu 1,2 -benchmem | tee benchmark_output.txt

0 comments on commit 6ac5ef3

Please sign in to comment.