add tableplus to shell environment
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1773110118,
|
"lastModified": 1776329215,
|
||||||
"narHash": "sha256-mPAG8phMbCReKSiKAijjjd3v7uVcJOQ75gSjGJjt/Rk=",
|
"narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e607cb5360ff1234862ac9f8839522becb853bb9",
|
"rev": "b86751bc4085f48661017fa226dee99fab6c651b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@ -413,7 +413,9 @@ rec {
|
|||||||
grub2
|
grub2
|
||||||
xorriso
|
xorriso
|
||||||
mariadb.client
|
mariadb.client
|
||||||
dbeaver-bin
|
# dbeaver-bin
|
||||||
|
# beekeeper-studio
|
||||||
|
tableplus
|
||||||
iwasm
|
iwasm
|
||||||
wamrc
|
wamrc
|
||||||
fail-bin
|
fail-bin
|
||||||
|
|||||||
@ -17,7 +17,7 @@ JOIN result_GenericExperimentMessage r ON r.pilot_id = g.pilot_id
|
|||||||
JOIN fsppilot p ON r.pilot_id = p.id
|
JOIN fsppilot p ON r.pilot_id = p.id
|
||||||
WHERE v.variant = '$experiment'
|
WHERE v.variant = '$experiment'
|
||||||
GROUP BY benchmark, resulttype, p.injection_instr_absolute
|
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"; }
|
sub args { return "--batch --raw"; }
|
||||||
|
|||||||
Reference in New Issue
Block a user