nix(feat): Add postgrest-loadtest
This commit is contained in:
committed by
Wolfgang Walther
parent
ab90bd24e0
commit
32ff9dfb48
@@ -123,6 +123,10 @@ rec {
|
||||
docker =
|
||||
pkgs.callPackage nix/tools/docker { postgrest = postgrestStatic; };
|
||||
|
||||
# Load testing tools.
|
||||
loadtest =
|
||||
pkgs.callPackage nix/tools/loadtest.nix { inherit withTools; };
|
||||
|
||||
# Script for running memory tests.
|
||||
memory =
|
||||
pkgs.callPackage nix/tools/memory.nix { inherit postgrestProfiled withTools; };
|
||||
|
||||
Reference in New Issue
Block a user