diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-29 17:12:41 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-04-29 17:12:41 +0200 |
| commit | cdfd77af6e6ca5f4352d42573a33d51c09eba5b3 (patch) | |
| tree | 020144ec4498eef017db813be3dc6e39b6830c8c /src/benchmark.py | |
| parent | 01a013838d217f49efd772f4a5b54e35710e9236 (diff) | |
| download | allocbench-cdfd77af6e6ca5f4352d42573a33d51c09eba5b3.tar.gz allocbench-cdfd77af6e6ca5f4352d42573a33d51c09eba5b3.zip | |
move list of available benchmarks to src.globalvars.benchmarks
fix analyse
Diffstat (limited to 'src/benchmark.py')
| -rw-r--r-- | src/benchmark.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index f904c7a..4b1ae7f 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -172,7 +172,6 @@ class Benchmark (object): if runs < 1: return - print_status("Running", self.name, "...") # check if perf is allowed on this system if self.measure_cmd == self.defaults["measure_cmd"]: if Benchmark.perf_allowed == None: |
