Skip to content

Commit

Permalink
Makefile: disable timeout in vectorize bench (#14569)
Browse files Browse the repository at this point in the history
  • Loading branch information
TennyZhuang committed Feb 5, 2020
1 parent b07cf70 commit 20416b3
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 @@ -300,7 +300,7 @@ tools/bin/golangci-lint:
# $ make vectorized-bench VB_FILE=Time VB_FUNC=builtinCurrentDateSig
vectorized-bench:
cd ./expression && \
go test -v -benchmem \
go test -v -timeout=0 -benchmem \
-bench=BenchmarkVectorizedBuiltin$(VB_FILE)Func \
-run=BenchmarkVectorizedBuiltin$(VB_FILE)Func \
-args "$(VB_FUNC)"

0 comments on commit 20416b3

Please sign in to comment.