removed benchmark/output directory

This commit is contained in:
Manuel Carmona
2017-07-04 16:30:23 +02:00
parent abf45f9266
commit 68109ad01c
8 changed files with 3 additions and 90166 deletions

View File

@ -39,7 +39,7 @@ benchmarks-samples: $(LINGUIST_PATH)
go test -run=NONE -bench=. -benchtime=5us && benchmark/linguist-samples.rb
benchmarks-slow: $(LINGUST_PATH)
go test -run=NONE -bench=. -slow -benchtime=100ms -timeout=100h >benchmark/output/enry_samples.bench && \
mkdir -p benchmark/output && go test -run=NONE -bench=. -slow -benchtime=100ms -timeout=100h >benchmark/output/enry_samples.bench && \
benchmark/linguist-samples.rb 5 >benchmark/output/linguist_samples.bench
clean: