Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 37030d8

Browse files
committed
Update Makefile
1 parent 685722c commit 37030d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test:
3737

3838
.PHONY: bench
3939
bench:
40-
go test -run=XXX -bench=. || exit 1
40+
go test -run=XXXXXX -benchtime=10s -bench=. || exit 1
4141

4242
.PHONY: build
4343
build:

0 commit comments

Comments
 (0)