From 2ffbf66053b355e62c984c99a46fbae70088b023 Mon Sep 17 00:00:00 2001 From: rand00 Date: Tue, 17 Jan 2023 11:45:25 +0100 Subject: [PATCH] packaging/perftest/unipi/plot.sh: Fixed ordering of build data --- packaging/perftest/unipi/plot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/perftest/unipi/plot.sh b/packaging/perftest/unipi/plot.sh index 1d51479..578bcd8 100755 --- a/packaging/perftest/unipi/plot.sh +++ b/packaging/perftest/unipi/plot.sh @@ -42,7 +42,7 @@ get_jobs_build-uuids () { sqlite3 "$DB" "select b.uuid from build as b \ join job as j on j.id = b.job\ where j.name = '$JOB' \ - order by b.id desc" + order by b.start_d asc, b.start_ps asc" } get_bin_hash () {