We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be9d600 + 2e38d5c commit 9bad1b5Copy full SHA for 9bad1b5
scripts/benchmarks/benches/umf.py
@@ -30,7 +30,7 @@ def setup(self):
30
31
def benchmarks(self) -> list[Benchmark]:
32
if not isUMFAvailable():
33
- return
+ return []
34
35
benches = [
36
GBench(self),
0 commit comments