aboutsummaryrefslogtreecommitdiff
path: root/main_benchmark.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-09-06 11:42:01 +0200
committerJakob Unterwurzacher2015-09-06 11:42:01 +0200
commit5f4c9240ca1092b47553fe34b9cc1b7836222b6a (patch)
tree4dd15443b1dd881f7df3ba9d8c4eb81364d0ab65 /main_benchmark.bash
parent58d1e24b7c4eb69376dd0ec230c42ea9aeb70f2d (diff)
Add streaming read and write benchmarks
Run using ./main_benchmark.bash Also, rewrite command line args handling
Diffstat (limited to 'main_benchmark.bash')
-rwxr-xr-xmain_benchmark.bash6
1 files changed, 6 insertions, 0 deletions
diff --git a/main_benchmark.bash b/main_benchmark.bash
new file mode 100755
index 0000000..447581a
--- /dev/null
+++ b/main_benchmark.bash
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+set -eux
+
+go build
+go test -bench=.