add tableplus to shell environment

This commit is contained in:
2026-04-24 00:03:25 +02:00
parent 2b554a22ad
commit 5da8fffed0
3 changed files with 7 additions and 5 deletions

View File

@ -17,7 +17,7 @@ JOIN result_GenericExperimentMessage r ON r.pilot_id = g.pilot_id
JOIN fsppilot p ON r.pilot_id = p.id
WHERE v.variant = '$experiment'
GROUP BY benchmark, resulttype, p.injection_instr_absolute
ORDER BY benchmark, resulttype, SUM(t.time2 - t.time1 + 1) DESC;"
ORDER BY benchmark, resulttype, SUM(t.time2 - t.time1 + 1) DESC;";
}
sub args { return "--batch --raw"; }