From d1522c7992ea075ecfbc570b8f804bf468cca80e Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 4 Oct 2015 20:46:21 +0200 Subject: tests: simplify names main_test_tmp -> tmp main_benchmark.bash -> benchmark.bash --- benchmark.bash | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 benchmark.bash (limited to 'benchmark.bash') 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=. -- cgit v1.2.3