summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--benchmarks/pics/benchmark.pngbin54304 -> 56364 bytes
-rw-r--r--benchmarks/run_vc.bat2
2 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/pics/benchmark.png b/benchmarks/pics/benchmark.png
index f3d6a38e..1c9b18d7 100644
--- a/benchmarks/pics/benchmark.png
+++ b/benchmarks/pics/benchmark.png
Binary files differ
diff --git a/benchmarks/run_vc.bat b/benchmarks/run_vc.bat
index c9373055..aee00cd7 100644
--- a/benchmarks/run_vc.bat
+++ b/benchmarks/run_vc.bat
@@ -1,5 +1,5 @@
@echo off
-call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" >nul
+if "%VSINSTALLDIR%"=="" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" >nul
cl.exe -nologo -EHsc -std:c++latest -I.. -O2 cdeq_benchmark.cpp >nul
cl.exe -nologo -EHsc -std:c++latest -I.. -O2 clist_benchmark.cpp >nul
cl.exe -nologo -EHsc -std:c++latest -I.. -O2 cmap_benchmark.cpp >nul