good morning!!!!

Skip to content
Snippets Groups Projects
bench.sh 137 B
Newer Older
Anmol Sethi's avatar
Anmol Sethi committed
#!/bin/sh
set -eu
cd -- "$(dirname "$0")/.."

go test --bench=. "$@" ./...
(
  cd ./internal/thirdparty
  go test --bench=. "$@" ./...
)