v2: Run the reference benchmark on Travis (#304) * Run the reference benchmark on Travis So that we could have a historic record of performance.
Vytautas Ĺ altenis vytas@rtfb.lt
Mon, 05 Sep 2016 19:52:01 +0300
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -16,3 +16,4 @@ - go build -v ./...
script: - go test -v ./... + - go test -run=^$ -bench=BenchmarkReference -benchmem