]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/resulttool: rearrange regressions report order
authorAlexis Lothoré <alexis.lothore@bootlin.com>
Sun, 22 Oct 2023 17:49:36 +0000 (19:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Oct 2023 09:49:17 +0000 (10:49 +0100)
commit599267467430e70fa4dc8ba6b2a8b126bf6da359
tree81e502ad1a98841329169edaeb7935eca3e09f99
parentcec118406f3ad81cb4709f6e6ae1cef65799658e
scripts/resulttool: rearrange regressions report order

Regressions reports currently reports matching pairs and improved pairs
first, then regressions.

Change order to print regressions first, which is the most valuable info in
the report, and then print improvements and matches at the bottom.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/lib/resulttool/regression.py