aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/falsesharing.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-06-18 17:40:19 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-06-19 17:12:14 +0200
commit366c9e27b13e976ce26ec6a97c6796eb1cdca887 (patch)
tree8c9c848b169e52f2801b41cc15d35b6d0a9d3d6d /src/benchmarks/falsesharing.py
parent2757b2790cdc3127b742a127c77fa438710e7f70 (diff)
downloadallocbench-366c9e27b13e976ce26ec6a97c6796eb1cdca887.tar.gz
allocbench-366c9e27b13e976ce26ec6a97c6796eb1cdca887.zip
apply some flake8 hints
Diffstat (limited to 'src/benchmarks/falsesharing.py')
-rw-r--r--src/benchmarks/falsesharing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmarks/falsesharing.py b/src/benchmarks/falsesharing.py
index f1d69ca..85d0a92 100644
--- a/src/benchmarks/falsesharing.py
+++ b/src/benchmarks/falsesharing.py
@@ -4,7 +4,7 @@ import re
from src.benchmark import Benchmark
-time_re = re.compile("^Time elapsed = (?P<time>\d*\.\d*) seconds.$")
+time_re = re.compile("^Time elapsed = (?P<time>\\d*\\.\\d*) seconds.$")
class Benchmark_Falsesharing(Benchmark):