stupidgcm: add benchmark.bash wrapper
Add a simple bash wrapper to make it easier to run the GCM benchmarks.
This commit is contained in:
parent
e7f78135b3
commit
888e147cd8
7
internal/stupidgcm/benchmark.bash
Executable file
7
internal/stupidgcm/benchmark.bash
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
go test -bench .
|
Loading…
x
Reference in New Issue
Block a user