Skip to content

Commit be7ee02

Browse files
author
Srihari Thalla
committed
perf(load-testing): target 5 VUs
1 parent 12b6010 commit be7ee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/load-tests/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const _headers = {
1313
export const getOptions = {
1414
// Load test for 2 mins with 50 VUs
1515
stages: [
16-
{ duration: '10m', target: 1 },
16+
{ duration: '10m', target: 5 },
1717
// { duration: '5m', target: 100 },
1818
// { duration: '1m', target: 0 },
1919
],

0 commit comments

Comments
 (0)