Skip to content

Commit

Permalink
Use base
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Sep 8, 2024
1 parent 5423053 commit c699a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comparisons/compare-maxmem.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def create_memory_report(filename):
step = mem_prof_pr[i][key]
mem_prof_adiff[key] = step
else:
mpb = mem_prof_pr[i].get(key)
mpb = mem_prof_base[i].get(key)
mpp = mem_prof_pr[i].get(key)
if mpp and mpb:
diff = mpp - mpb
Expand Down

0 comments on commit c699a29

Please sign in to comment.