diff options
Diffstat (limited to 'smt_analysis/computeSMTslowdown.py')
-rwxr-xr-x | smt_analysis/computeSMTslowdown.py | 2 |
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 ## |
250 | if not LEVEL_C_ANALYSIS: | 250 | if 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]) |