Skip to content

Commit

Permalink
update make bench
Browse files Browse the repository at this point in the history
  • Loading branch information
pkieltyka committed Sep 26, 2024
1 parent 2f9120e commit bf48313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test-clean:
GOGC=off go clean -testcache

bench:
@cd _benchmarks && go test -bench=.
@cd _benchmarks && go test -timeout=25m -bench=.

todo:
@git grep TODO -- './*' ':!./vendor/' ':!./Makefile' || :
Expand Down

0 comments on commit bf48313

Please sign in to comment.