Skip to content

Commit

Permalink
Disable logging for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Mar 8, 2018
1 parent c522650 commit d8521e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ci-benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

benchRegex=${1:-.}

go test -run=NONE -bench=$benchRegex || fatal "go test -run=NONE -bench=$benchRegex"
TYK_LOGLEVEL= go test -run=NONE -bench=$benchRegex || fatal "go test -run=NONE -bench=$benchRegex"

0 comments on commit d8521e0

Please sign in to comment.