From 6ac5ef308c816f58c7049a9424e8da04f7615175 Mon Sep 17 00:00:00 2001 From: acjzz Date: Mon, 20 Nov 2023 15:09:22 +0400 Subject: [PATCH] chore: trigger benchmarks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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