github.com/dbernstein1/tyk@v2.9.0-beta9-dl-apic+incompatible/bin/ci-benchmark.sh (about) 1 #!/bin/bash 2 3 set -e 4 5 benchRegex=${1:-.} 6 7 TYK_LOGLEVEL= go test -run=NONE -bench=$benchRegex || fatal "go test -run=NONE -bench=$benchRegex"