diff options
| author | Tyge Løvset <[email protected]> | 2021-04-26 11:01:35 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-04-26 11:01:35 +0200 |
| commit | e91e6bcd73c1e1ceb2d0b99ea0676c801b104e1d (patch) | |
| tree | 767cbc411f20a60f0a9dfbf6e1da7f8a7230aa8d | |
| parent | 65d513a43894a409c25fbd863c56e561d086e29d (diff) | |
| download | STC-modified-e91e6bcd73c1e1ceb2d0b99ea0676c801b104e1d.tar.gz STC-modified-e91e6bcd73c1e1ceb2d0b99ea0676c801b104e1d.zip | |
Updated benchmarks results after fixing bug in cdeq. Faster insert.
| -rw-r--r-- | benchmarks/pics/benchmark.png | bin | 54304 -> 56364 bytes | |||
| -rw-r--r-- | benchmarks/run_vc.bat | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/pics/benchmark.png b/benchmarks/pics/benchmark.png Binary files differindex f3d6a38e..1c9b18d7 100644 --- a/benchmarks/pics/benchmark.png +++ b/benchmarks/pics/benchmark.png 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 |
