summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_all.bat
diff options
context:
space:
mode:
Diffstat (limited to 'misc/benchmarks/plotbench/run_all.bat')
-rw-r--r--misc/benchmarks/plotbench/run_all.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/benchmarks/plotbench/run_all.bat b/misc/benchmarks/plotbench/run_all.bat
new file mode 100644
index 00000000..2edd0a1e
--- /dev/null
+++ b/misc/benchmarks/plotbench/run_all.bat
@@ -0,0 +1,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%