From 25c4d81069f576354d0279bf38417c236e924540 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 25 Mar 2019 17:49:39 +0100 Subject: move benchmark definitions into src/benchmarks bench now loads all *.py files from src/benchmarks as benchmarks --- src/falsesharing.py | 74 ----------------------------------------------------- 1 file changed, 74 deletions(-) delete mode 100644 src/falsesharing.py (limited to 'src/falsesharing.py') diff --git a/src/falsesharing.py b/src/falsesharing.py deleted file mode 100644 index f6375a6..0000000 --- a/src/falsesharing.py +++ /dev/null @@ -1,74 +0,0 @@ -import matplotlib.pyplot as plt -import numpy as np -import re - -from src.benchmark import Benchmark - -time_re = re.compile("^Time elapsed = (?P