diff options
author | Jakob Unterwurzacher | 2015-09-06 11:42:01 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-09-06 11:42:01 +0200 |
commit | 5f4c9240ca1092b47553fe34b9cc1b7836222b6a (patch) | |
tree | 4dd15443b1dd881f7df3ba9d8c4eb81364d0ab65 /main_benchmark.bash | |
parent | 58d1e24b7c4eb69376dd0ec230c42ea9aeb70f2d (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-x | main_benchmark.bash | 6 |
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=. |