aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-10-23 15:22:27 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-10-23 15:22:27 +0200
commitce45e86e7314f14767f331f1024cd40f29ce4b50 (patch)
treece23a198aba59c781e3b1f58feff529e2a44c122
parent533a27ac1b9b150f8641b5f0bd397943e9ad2a69 (diff)
downloadallocbench-ce45e86e7314f14767f331f1024cd40f29ce4b50.tar.gz
allocbench-ce45e86e7314f14767f331f1024cd40f29ce4b50.zip
fix location of dj_workload artifact
-rw-r--r--src/benchmarks/dj_trace.py2
1 files changed, 1 insertions, 1 deletions
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):