diff options
Diffstat (limited to 'benchmarks-builtin.bash')
-rwxr-xr-x | benchmarks-builtin.bash | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks-builtin.bash b/benchmarks-builtin.bash deleted file mode 100755 index 41f0aa7..0000000 --- a/benchmarks-builtin.bash +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -set -eu - -source build.bash - -go test ./integration_tests -bench=. -defaultonly |