Skip to content

Commit

Permalink
Restore accidentally deleted part of bench command
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Smaga committed Nov 2, 2016
1 parent 6811822 commit 1fba27e
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 @@ -67,7 +67,7 @@ coveralls: $(COV_REPORT)
.PHONY: bench
BENCH ?= .
bench:
$(ECHO_V)$(foreach pkg,$(BENCH_PKGS),go test -run="^$$" $(BENCH_FLAGS) $(pkg);)
$(ECHO_V)$(foreach pkg,$(BENCH_PKGS),go test -bench=$(BENCH) -run="^$$" $(BENCH_FLAGS) $(pkg);)

include $(SUPPORT_FILES)/lint.mk
include $(SUPPORT_FILES)/licence.mk
Expand Down

0 comments on commit 1fba27e

Please sign in to comment.