diff options
author | Jakob Unterwurzacher | 2015-10-04 20:46:21 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-10-04 20:46:21 +0200 |
commit | d1522c7992ea075ecfbc570b8f804bf468cca80e (patch) | |
tree | b91b12668667512c04b28e0a9026211a3de0ed74 /benchmark.bash | |
parent | aa082c235a9ba2726385c07913bf1917faf928b2 (diff) |
tests: simplify names
main_test_tmp -> tmp
main_benchmark.bash -> benchmark.bash
Diffstat (limited to 'benchmark.bash')
-rwxr-xr-x | benchmark.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmark.bash b/benchmark.bash new file mode 100755 index 0000000..447581a --- /dev/null +++ b/benchmark.bash @@ -0,0 +1,6 @@ +#!/bin/bash + +set -eux + +go build +go test -bench=. |