all repos — grayfriday @ 0a029cbe51e4204833e8afe83d3fa40516c90065

blackfriday fork with a few changes

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
commit

0a029cbe51e4204833e8afe83d3fa40516c90065

parent

91753e8bc7f0f5b54d9f62667940d359bc18d052

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