packaging/perftest/unipi/plot.sh: Fixed ordering of build data

This commit is contained in:
rand00 2023-01-17 11:45:25 +01:00
parent 82622a9b46
commit 2ffbf66053

View file

@ -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 () {