Skip to content

Sort deterministically metric output

Krzysztof Gogolewski requested to merge tweag/ghc:sort-metrics into master

Previously, we sorted according to the test name and way, but the metrics (max_bytes_used/peak_megabytes_allocated etc.) were appearing in nondeterministic order.

Merge request reports