summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_all.sh
blob: f15a5881ccb6e8a50f7f5f2788adb259c5580d1b (plain)
1
2
3
4
out="plot_linux.csv"
echo "Compiler,Library,C,Method,Seconds,Ratio"> $out
sh run_gcc.sh >> $out
sh run_clang.sh >> $out