mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
removed benchmark/output directory
This commit is contained in:
2
Makefile
2
Makefile
@ -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:
|
||||
|
Reference in New Issue
Block a user