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.
1 parent 3e84a79 commit 73fd965Copy full SHA for 73fd965
Benchmarks/bench.py
@@ -71,6 +71,8 @@ def __init__(self):
71
72
def add_dir(subpath):
73
path = os.path.join(suites_path, subpath)
74
+ if not os.path.exists(path):
75
+ return
76
for filename in os.listdir(path):
77
if filename.endswith(".wasm"):
78
targets.append(os.path.join(path, filename))
0 commit comments