Skip to content

Commit

Permalink
use withSlow{Pg,Pgrst} for loadtest
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Mar 16, 2023
1 parent 92ca086 commit 872d9f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/tools/loadtest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ let
# shellcheck disable=SC2145
${withTools.withPg} --fixtures "$_arg_testdir"/fixtures.sql \
${withTools.withSlowPg} \
${withTools.withPgrst} \
${withTools.withSlowPgrst} \
sh -c "cd \"$_arg_testdir\" && ${runner} -targets targets.http -output \"$abs_output\" \"''${_arg_leftovers[@]}\""
${vegeta}/bin/vegeta report -type=text "$_arg_output"
'';
Expand Down

0 comments on commit 872d9f0

Please sign in to comment.