diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-01-15 16:37:53 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-01-15 18:29:39 +0100 |
| commit | 2d58fa5dda50d9aaafd3171acf02fe2b54c37dee (patch) | |
| tree | f0afcd3de38c8b98f922a14c2e884335497ea196 | |
| parent | b334c2a7097aa3db41cd8f43e32e9586dc1e4661 (diff) | |
| download | allocbench-2d58fa5dda50d9aaafd3171acf02fe2b54c37dee.tar.gz allocbench-2d58fa5dda50d9aaafd3171acf02fe2b54c37dee.zip | |
move falsesharing.py to src/
| -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.$") |
