aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/lld.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/lld.py')
-rw-r--r--src/benchmarks/lld.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py
index 5c525d5..0d5c298 100644
--- a/src/benchmarks/lld.py
+++ b/src/benchmarks/lld.py
@@ -55,6 +55,8 @@ class BenchmarkLld(Benchmark):
p = subprocess.run(["tar", "xf", test_archive], stdout=subprocess.PIPE,
stderr=subprocess.PIPE, universal_newlines=True)
+ self.args["test"] = os.listdir(test_dir)
+
return True
def cleanup(self):