From ea38ff4e0bd39f08907239d2f482d95aa38893c0 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 23 Jan 2016 19:32:47 +0100 Subject: renamed: benchmark.bash -> benchmarks-builtin.bash --- benchmarks-builtin.bash | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 benchmarks-builtin.bash (limited to 'benchmarks-builtin.bash') 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 -- cgit v1.2.3