diff --git a/Makefile b/Makefile index d5d4fff..ac8addc 100644 --- a/Makefile +++ b/Makefile @@ -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