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