diff options
Diffstat (limited to 'misc/benchmarks/plotbench/run_all.sh')
| -rw-r--r-- | misc/benchmarks/plotbench/run_all.sh | 4 |
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 |
