aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/dj_trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/dj_trace.py')
-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):