aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allocbench/benchmarks/falsesharing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/allocbench/benchmarks/falsesharing.py b/allocbench/benchmarks/falsesharing.py
index 95af12e..1fd4931 100644
--- a/allocbench/benchmarks/falsesharing.py
+++ b/allocbench/benchmarks/falsesharing.py
@@ -68,7 +68,7 @@ class BenchmarkFalsesharing(Benchmark):
measure["time"])
measure["l1chache_misses"] = (
measure['L1-dcache-load-misses'] /
- measures['L1-dcache-loads']) * 100
+ measure['L1-dcache-loads']) * 100
# delete and recalculate stats
del self.results["stats"]