mirror of https://github.com/pyodide/pyodide.git
Run benchmarks in alphabetical order (#1178)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
This commit is contained in:
parent
d548644ad0
commit
4de39e3617
|
@ -72,7 +72,7 @@ def parse_numpy_benchmark(filename):
|
|||
|
||||
def get_numpy_benchmarks():
|
||||
root = Path(__file__).resolve().parent / "benchmarks"
|
||||
for filename in root.iterdir():
|
||||
for filename in sorted(root.iterdir()):
|
||||
name = filename.stem
|
||||
if name in SKIP:
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue