aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/falsesharing.py (renamed from falsesharing.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/falsesharing.py b/src/falsesharing.py
index 19314da..1e0ef18 100644
--- a/falsesharing.py
+++ b/src/falsesharing.py
@@ -4,7 +4,7 @@ import numpy as np
import os
import re
-from benchmark import Benchmark
+from src.benchmark import Benchmark
time_re = re.compile("^Time elapsed = (?P<time>\d*\.\d*) seconds.$")