From fa1b46f752458039e2a01cbd3b3e07c01df3fe92 Mon Sep 17 00:00:00 2001 From: Theresa Kamerman Date: Wed, 21 Feb 2024 12:25:18 -0800 Subject: [PATCH] Tweak db-lockup-test numbers for GH Workflow --- load-tests/src/db-lockup-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-tests/src/db-lockup-test.ts b/load-tests/src/db-lockup-test.ts index 9e05197040..7a59c152d1 100644 --- a/load-tests/src/db-lockup-test.ts +++ b/load-tests/src/db-lockup-test.ts @@ -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',