summaryrefslogtreecommitdiff
path: root/benchmarks-builtin.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-01-23 19:32:47 +0100
committerJakob Unterwurzacher2016-01-23 19:32:47 +0100
commitea38ff4e0bd39f08907239d2f482d95aa38893c0 (patch)
treedd98c7798fb9e4785c8b588e69386413d158c204 /benchmarks-builtin.bash
parent2e419e635f264a9bb069e30ede597ce344b91106 (diff)
renamed: benchmark.bash -> benchmarks-builtin.bash
Diffstat (limited to 'benchmarks-builtin.bash')
-rwxr-xr-xbenchmarks-builtin.bash7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks-builtin.bash b/benchmarks-builtin.bash
new file mode 100755
index 0000000..41f0aa7
--- /dev/null
+++ b/benchmarks-builtin.bash
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -eu
+
+source build.bash
+
+go test ./integration_tests -bench=. -defaultonly