Skip to content

Commit

Permalink
Tweak db-lockup-test numbers for GH Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythicaeda committed Feb 21, 2024
1 parent e3d2d8f commit fa1b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-tests/src/db-lockup-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {ActivityInsertInput} from "./types/activity";

export const options = {
// A number specifying the number of VUs to run concurrently.
vus: 50,
vus: 15, // set to at least 50 when running locally
// A string specifying the total duration of the test run.
duration: '10s',

Expand Down

0 comments on commit fa1b46f

Please sign in to comment.