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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/benchmarks/lld.py b/src/benchmarks/lld.py
index 97ef545..7ebca13 100644
--- a/src/benchmarks/lld.py
+++ b/src/benchmarks/lld.py
@@ -61,7 +61,7 @@ class BenchmarkLld(Benchmark):
if not os.path.isfile(test_archive):
choice = input("Download missing test archive (1.1GB) [Y/n/x] ")
if not choice in ['', 'Y', 'y']:
- return False
+ return
url = f"https://s3-us-west-2.amazonaws.com/linker-tests/{test_archive}"
urlretrieve(url, test_archive, download_reporthook)
@@ -77,8 +77,6 @@ class BenchmarkLld(Benchmark):
self.args["test"] = os.listdir(test_dir)
- return True
-
def cleanup(self):
for perm in self.iterate_args():