mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-04 07:19:22 +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.sh
Executable file
4
benchmark/run.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
benchmark/run-benchmark.sh && make benchmarks-slow && \
|
||||
benchmark/parse.sh && benchmark/plot-histogram.sh
|
Reference in New Issue
Block a user