aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/run_benches.sh
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2019-05-17 16:19:04 +0200
committerCyril SIX <cyril.six@kalray.eu>2019-05-17 16:19:04 +0200
commit9f58c4419596fbab69c8fe25c3d51e66acb613d0 (patch)
treed550d9dd7426b5a90342174e51f6ca8262c7910e /test/monniaux/run_benches.sh
parent76c41fd907a3f7e7d574da4c075f30656e3ede9f (diff)
downloadcompcert-kvx-9f58c4419596fbab69c8fe25c3d51e66acb613d0.tar.gz
compcert-kvx-9f58c4419596fbab69c8fe25c3d51e66acb613d0.zip
Premier jet de graphes de mesures (à améliorer)
Diffstat (limited to 'test/monniaux/run_benches.sh')
-rwxr-xr-xtest/monniaux/run_benches.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/monniaux/run_benches.sh b/test/monniaux/run_benches.sh
index 4db4b5a2..479d09eb 100755
--- a/test/monniaux/run_benches.sh
+++ b/test/monniaux/run_benches.sh
@@ -21,3 +21,6 @@ done
nawk 'FNR==1 && NR!=1{next;}{print}' $benches_csv > measures.csv
echo "measures.csv done"
+
+./gengraphs.py measures.csv
+echo "Graphs done"