diff options
| author | Tyge Løvset <[email protected]> | 2021-02-16 18:52:33 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-16 18:52:33 +0100 |
| commit | 39f880524f2c17b6790cddd56171691724e23a93 (patch) | |
| tree | 9e3731f073b96e56c2e3bfc359a7ae87217db8ba | |
| parent | ede01a876d433af530c0e589c9d3ac17a93161bd (diff) | |
| download | STC-modified-39f880524f2c17b6790cddd56171691724e23a93.tar.gz STC-modified-39f880524f2c17b6790cddd56171691724e23a93.zip | |
Benchmark plot.
| -rw-r--r-- | benchmarks/pics/benchmark.png | bin | 48551 -> 54304 bytes | |||
| -rw-r--r-- | benchmarks/plot.py | 2 | ||||
| -rw-r--r-- | benchmarks/run_vc.bat | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/pics/benchmark.png b/benchmarks/pics/benchmark.png Binary files differindex 047fcbb3..f3d6a38e 100644 --- a/benchmarks/pics/benchmark.png +++ b/benchmarks/pics/benchmark.png diff --git a/benchmarks/plot.py b/benchmarks/plot.py index add0fc3f..13962b52 100644 --- a/benchmarks/plot.py +++ b/benchmarks/plot.py @@ -1,7 +1,7 @@ import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
-sns.set_theme(style="whitegrid")
+#sns.set_theme(style="whitegrid")
df = pd.read_csv('plot_perf.csv')
df = df[df.Method != 'total']
diff --git a/benchmarks/run_vc.bat b/benchmarks/run_vc.bat index 848f6924..c9373055 100644 --- a/benchmarks/run_vc.bat +++ b/benchmarks/run_vc.bat @@ -1,3 +1,5 @@ +@echo off +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 |
