mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 20:29:46 +00:00
added benchmarks and scripts to run, parse and plot them
moved benchmark/run-slow-benchmarks.sh's content to Makefile
This commit is contained in:
4
benchmark/run-benchmark.sh
Executable file
4
benchmark/run-benchmark.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
go test -run NONE -bench=. -benchtime=120s -timeout=100h >benchmark/output/enry_total.bench && \
|
||||
benchmark/linguist-total.rb 5 >benchmark/output/linguist_total.bench
|
Reference in New Issue
Block a user