From ce45e86e7314f14767f331f1024cd40f29ce4b50 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 23 Oct 2019 15:22:27 +0200 Subject: fix location of dj_workload artifact --- src/benchmarks/dj_trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/benchmarks/dj_trace.py b/src/benchmarks/dj_trace.py index abd87cf..ee4c11c 100644 --- a/src/benchmarks/dj_trace.py +++ b/src/benchmarks/dj_trace.py @@ -111,7 +111,7 @@ class BenchmarkDJTrace(Benchmark): "https://www4.cs.fau.de/~flow/allocbench/dj_workloads.tar.xz", "tar", "c9bc499eeba8023bca28a755fffbaf9200a335ad") - workloads.provide(self.build_dir) + workloads.provide(os.path.join(self.build_dir, "dj_trace")) @staticmethod def process_output(result, stdout, stderr, allocator, perm): -- cgit v1.2.3