mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
5 lines
121 B
Bash
5 lines
121 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
benchmarks/run-benchmarks.sh && make benchmarks-slow && \
|
||
|
benchmarks/parse.sh && benchmarks/plot-histogram.gp
|