Skip to content

Commit 9bad1b5

Browse files
authored
Merge pull request #2460 from igchor/umf_bench_fix
[Benchmarks] fix running benchmarks when umf dir is not specified
2 parents be9d600 + 2e38d5c commit 9bad1b5

File tree

1 file changed

+1
-1
lines changed
  • scripts/benchmarks/benches

1 file changed

+1
-1
lines changed

scripts/benchmarks/benches/umf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setup(self):
3030

3131
def benchmarks(self) -> list[Benchmark]:
3232
if not isUMFAvailable():
33-
return
33+
return []
3434

3535
benches = [
3636
GBench(self),

0 commit comments

Comments
 (0)