Skip to content

Commit 8c7b118

Browse files
committed
Use bash in make bench
1 parent 895ca2b commit 8c7b118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefiles/bench.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ GO ?= go
22
BENCH_COUNT ?= 5
33
MASTER_BRANCH ?= master
44
REF_NAME ?= $(shell git symbolic-ref -q --short HEAD || git describe --tags --exact-match)
5+
SHELL := /bin/bash
56

67
## Run benchmark and show result stats, iterations count controlled by BENCH_COUNT, default 5.
78
bench: bench-run bench-stat-diff bench-stat

0 commit comments

Comments
 (0)