summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/benchmarks/plotbench/run_all.sh')
-rw-r--r--misc/benchmarks/plotbench/run_all.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/benchmarks/plotbench/run_all.sh b/misc/benchmarks/plotbench/run_all.sh
new file mode 100644
index 00000000..f15a5881
--- /dev/null
+++ b/misc/benchmarks/plotbench/run_all.sh
@@ -0,0 +1,4 @@
+out="plot_linux.csv"
+echo "Compiler,Library,C,Method,Seconds,Ratio"> $out
+sh run_gcc.sh >> $out
+sh run_clang.sh >> $out