nix(feat): Add postgrest-loadtest
This commit is contained in:
committed by
Steve Chavez
parent
f7b3608d4e
commit
1aebe62a03
@@ -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