summaryrefslogtreecommitdiffstats
path: root/smt_analysis/computeSMTslowdown.py
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2020-10-22 03:17:31 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-22 03:17:31 -0400
commit163c440444c74a4e0bbe0a8db3d1ca725413994b (patch)
treed4eaf9f407be042811f26dfb2613ff1c99966289 /smt_analysis/computeSMTslowdown.py
parentd17b33131c14864bd1eae275f49a3f148e21cf29 (diff)
Make SD-VBS compatible with run_bench.sh and cleanup
SD-VBS: - Run silently - Fix some whitespace errors - Don't duplicate extra.h - Auto-detect if building with LITMUS-RT - Disable result checking - Add helper symlinks Misc: - Remove unused code from libextra - Set some missing rt_param fields in libextra - Disable CSV info dump from computeSMTslowdown.sh - Widen scope of .gitignore on .txt files - Include list of 2MB DIS pair benchmarks and inputs
Diffstat (limited to 'smt_analysis/computeSMTslowdown.py')
-rwxr-xr-xsmt_analysis/computeSMTslowdown.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smt_analysis/computeSMTslowdown.py b/smt_analysis/computeSMTslowdown.py
index 2cf58ac..aa7aa21 100755
--- a/smt_analysis/computeSMTslowdown.py
+++ b/smt_analysis/computeSMTslowdown.py
@@ -247,7 +247,7 @@ print(plt.hist(M_vals_to_plot, bins=10))
247##### BELOW TEXT IS OLD OFFSET CODE (patched) ##### 247##### BELOW TEXT IS OLD OFFSET CODE (patched) #####
248## This still works, but is hacky and deprecated ## 248## This still works, but is hacky and deprecated ##
249## PearsonR doesn't work though ## 249## PearsonR doesn't work though ##
250if not LEVEL_C_ANALYSIS: 250if not LEVEL_C_ANALYSIS and False:
251 benchmarkNames = idx_to_name 251 benchmarkNames = idx_to_name
252 benchmarkCount = len(benchmarkNames) 252 benchmarkCount = len(benchmarkNames)
253 numJobs = len(paired_times[0][0]) 253 numJobs = len(paired_times[0][0])