Skip to content

Commit 5cb29ac

Browse files
authored
Merge pull request #2460 from igchor/umf_bench_fix
[Benchmarks] fix running benchmarks when umf dir is not specified
2 parents 4ee3f41 + dcfb162 commit 5cb29ac

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)