summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_vc.bat
diff options
context:
space:
mode:
authortylov <[email protected]>2023-07-23 23:40:15 +0200
committertylov <[email protected]>2023-07-23 23:40:15 +0200
commit684769d5fb56c9ad4dadbca2ef872b49a8cdf695 (patch)
treea1536d130c3924f78f958c6c04cb99d1b01d6f0b /misc/benchmarks/plotbench/run_vc.bat
parent674b8b5db87dac8b470feae5d2c0ef30846a6bb7 (diff)
downloadSTC-modified-684769d5fb56c9ad4dadbca2ef872b49a8cdf695.tar.gz
STC-modified-684769d5fb56c9ad4dadbca2ef872b49a8cdf695.zip
Update benchmark files.
Diffstat (limited to 'misc/benchmarks/plotbench/run_vc.bat')
-rw-r--r--misc/benchmarks/plotbench/run_vc.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/benchmarks/plotbench/run_vc.bat b/misc/benchmarks/plotbench/run_vc.bat
index dc4938f8..a162fb64 100644
--- a/misc/benchmarks/plotbench/run_vc.bat
+++ b/misc/benchmarks/plotbench/run_vc.bat
@@ -6,9 +6,9 @@ cl.exe -nologo -EHsc -std:c++latest -I../include -O2 clist_benchmark.cpp >nul
cl.exe -nologo -EHsc -std:c++latest -I../include -O2 cmap_benchmark.cpp >nul
cl.exe -nologo -EHsc -std:c++latest -I../include -O2 csmap_benchmark.cpp >nul
cl.exe -nologo -EHsc -std:c++latest -I../include -O2 cvec_benchmark.cpp >nul
-del *.obj >nul
+if exist *obj del *.obj
-set c=VC-19.28
+set c=VC-19.36
cdeq_benchmark.exe %c%
clist_benchmark.exe %c%
cmap_benchmark.exe %c%