Description
Looking at a page like https://perf.rust-lang.org/detailed-query.html?commit=89530668eb34ae5856fd9aabf52a7c8afaa08808&base_commit=43271a39adc26d29350d4830b594c6435472815e&benchmark=script-servo-opt&run_name=incr-patched:%20println, I am quite confused -- it took me a while to figure out what these columns mean.
As a concrete suggestion, I think the three columns titled Δ
(which looks like an upwards arrow indicating sort order, not an actual title) should get proper titles, like "Time delta", "Full executions delta" and "Loading delta" (assuming that's what they are).
Beyond that, "Full executions" and "Loading" are somewhat puzzling concepts. I would understand "executions", that's probably "how often did this thing run", but why "full"? And for "loading" I do not have the slightest clue what that might be.