diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-17 00:37:21 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2018-07-17 00:37:21 +0200 |
| commit | 08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e (patch) | |
| tree | 5ef5c599df2251b237782a7bc29d406bc00672ca /bench_loop.py | |
| parent | 2026047c197bcf291733f8a4b3e5361f31e5cb77 (diff) | |
| download | allocbench-08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e.tar.gz allocbench-08cdc1d18cd8371b38ef1a6bf663ca32bb951c9e.zip | |
remove memusage from dependencies and add common_targets
Diffstat (limited to 'bench_loop.py')
| -rw-r--r-- | bench_loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_loop.py b/bench_loop.py index c55f3ad..c48e682 100644 --- a/bench_loop.py +++ b/bench_loop.py @@ -25,7 +25,7 @@ class Benchmark_Loop(): self.results = {} def prepare(self, verbose=False): - req = ["build/bench_loop", "build/memusage"] + req = ["build/bench_loop"] for r in req: if not os.path.isfile(r): print(r, "not found") |
