From 0a029cbe51e4204833e8afe83d3fa40516c90065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Mon, 5 Sep 2016 19:52:01 +0300 Subject: [PATCH] v2: Run the reference benchmark on Travis (#304) * Run the reference benchmark on Travis So that we could have a historic record of performance. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 208fd25..b96d06a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,4 @@ install: script: - go test -v ./... + - go test -run=^$ -bench=BenchmarkReference -benchmem