aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 052085a..b957457 100755
--- a/bench.py
+++ b/bench.py
@@ -248,7 +248,7 @@ def main():
print_info("Plotting chattymalloc histograms")
for f in os.listdir(bench.result_dir):
if f.startswith("chatty_") and f.endswith(".txt"):
- chattyparser.plot(f)
+ src.chattyparser.plot(f)
if args.runs > 0:
print_status("Running", bench.name, "...")