diff --git a/flake.lock b/flake.lock index 7b5b54f..f54d23e 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1773110118, - "narHash": "sha256-mPAG8phMbCReKSiKAijjjd3v7uVcJOQ75gSjGJjt/Rk=", + "lastModified": 1776329215, + "narHash": "sha256-a8BYi3mzoJ/AcJP8UldOx8emoPRLeWqALZWu4ZvjPXw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e607cb5360ff1234862ac9f8839522becb853bb9", + "rev": "b86751bc4085f48661017fa226dee99fab6c651b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index e55c2f0..b4e13b1 100644 --- a/flake.nix +++ b/flake.nix @@ -413,7 +413,9 @@ rec { grub2 xorriso mariadb.client - dbeaver-bin + # dbeaver-bin + # beekeeper-studio + tableplus iwasm wamrc fail-bin diff --git a/scripts/Queries/Faults.pm b/scripts/Queries/Faults.pm index d6962f6..1e4ede5 100644 --- a/scripts/Queries/Faults.pm +++ b/scripts/Queries/Faults.pm @@ -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"; }