nix: add postgrest-profiled-run (#3292)

This commit is contained in:
Steve Chavez
2024-02-29 16:44:10 -05:00
committed by GitHub
parent 29ffb9329b
commit d3f15baa4a
2 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ let
[
"ARG_USE_ENV([PGRST_DB_ANON_ROLE], [postgrest_test_anonymous], [PostgREST anonymous role])"
"ARG_USE_ENV([PGRST_DB_POOL], [1], [PostgREST pool size])"
"ARG_USE_ENV([PGRST_DB_POOL_ACQUISITION_TIMEOUT], [1], [PostgREST pool size])"
"ARG_USE_ENV([PGRST_DB_POOL_ACQUISITION_TIMEOUT], [1], [PostgREST pool timeout])"
"ARG_LEFTOVERS([PostgREST arguments])"
];
workingDir = "/";