We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895ca2b commit 8c7b118Copy full SHA for 8c7b118
makefiles/bench.mk
@@ -2,6 +2,7 @@ GO ?= go
2
BENCH_COUNT ?= 5
3
MASTER_BRANCH ?= master
4
REF_NAME ?= $(shell git symbolic-ref -q --short HEAD || git describe --tags --exact-match)
5
+SHELL := /bin/bash
6
7
## Run benchmark and show result stats, iterations count controlled by BENCH_COUNT, default 5.
8
bench: bench-run bench-stat-diff bench-stat
0 commit comments