summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_all.bat
blob: 2edd0a1e47448d6dfbfc187dbb417275a55b458a (plain)
1
2
3
4
5
set out=plot_win.csv
echo Compiler,Library,C,Method,Seconds,Ratio> %out%
sh run_gcc.sh >> %out%
sh run_clang.sh >> %out%
call run_vc.bat >> %out%