diff options
| author | Tyge Lovset <[email protected]> | 2022-12-20 23:31:51 +0100 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2022-12-20 23:31:51 +0100 |
| commit | 5f57d597cd27aef55adbcb3b452973b0c6e33667 (patch) | |
| tree | dfd59c2fd0e36a6ef37912a9d0cc5a65970f1524 /misc/benchmarks/plotbench/run_all.bat | |
| parent | 1763be8c8cbbc0896477fcf924edd4180d1345a9 (diff) | |
| download | STC-modified-5f57d597cd27aef55adbcb3b452973b0c6e33667.tar.gz STC-modified-5f57d597cd27aef55adbcb3b452973b0c6e33667.zip | |
Restructured folders: examples, benchmarks, tests into misc folder.
Diffstat (limited to 'misc/benchmarks/plotbench/run_all.bat')
| -rw-r--r-- | misc/benchmarks/plotbench/run_all.bat | 5 |
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% |
