renamed benchmark directory to benchmarks

updated .gitignore
This commit is contained in:
Manuel Carmona
2017-07-10 17:08:21 +02:00
parent 4ca7ffb769
commit 22cb6f602e
20 changed files with 20 additions and 20 deletions

4
benchmarks/run-benchmarks.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p benchmarks/output && go test -run NONE -bench=. -benchtime=120s -timeout=100h >benchmarks/output/enry_total.bench && \
benchmarks/linguist-total.rb 5 >benchmarks/output/linguist_total.bench