From 5feb55a95bf850a96d6c974c5c60a35175e37233 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 26 Jun 2026 18:16:25 +0200 Subject: [PATCH] nix: remove PGRST_DELAY AND PGDELAY from README These had been removed a while ago. --- nix/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/nix/README.md b/nix/README.md index 58af73c40..511dc0c10 100644 --- a/nix/README.md +++ b/nix/README.md @@ -211,9 +211,6 @@ The loadtests ensure that performance doesn't drop on a change. Underlyingly the # You can loadtest comparing to a different branch [nix-shell]$ postgrest-loadtest-against master -# You can simulate latency client/postgrest and postgrest/database -[nix-shell]$ PGRST_DELAY=5ms PGDELAY=5ms postgrest-loadtest - # You can build postgrest directly with cabal for faster iteration [nix-shell]$ PGRST_BUILD_CABAL=1 postgrest-loadtest