We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88a4f43 + a0048ac commit f1cb96aCopy full SHA for f1cb96a
1 file changed
bench_runner/result.py
@@ -901,6 +901,8 @@ def load_all_results(
901
key=lambda x: (
902
x.parsed_version,
903
x.commit_datetime,
904
+ tuple(x.flags),
905
+ x.filename, # Just to produce a stable ordering
906
),
907
reverse=True,
908
)
0 commit comments