packaging/perftest/unipi/plot.sh: Fixed ordering of build data
This commit is contained in:
parent
82622a9b46
commit
2ffbf66053
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ get_jobs_build-uuids () {
|
||||||
sqlite3 "$DB" "select b.uuid from build as b \
|
sqlite3 "$DB" "select b.uuid from build as b \
|
||||||
join job as j on j.id = b.job\
|
join job as j on j.id = b.job\
|
||||||
where j.name = '$JOB' \
|
where j.name = '$JOB' \
|
||||||
order by b.id desc"
|
order by b.start_d asc, b.start_ps asc"
|
||||||
}
|
}
|
||||||
|
|
||||||
get_bin_hash () {
|
get_bin_hash () {
|
||||||
|
|
Loading…
Reference in a new issue