Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: update vus for put-token scenario #50

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/08-put-token-ramping-and-constant-scenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export const options = {
timeUnit: '1s',

// Pre-allocate necessary VUs.
preAllocatedVUs: 2000,
preAllocatedVUs: 4000,

// max allowed vu
maxVUs: 8000,
maxVUs: 16000,

stages: [
// Start 300 iterations per `timeUnit` for the first minute.
Expand All @@ -44,10 +44,10 @@ export const options = {
timeUnit: '1s',

// pre-allocate vu
preAllocatedVUs: 2000,
preAllocatedVUs: 4000,

// max allowed vu
maxVUs: 8000,
maxVUs: 16000,

// start time calculated on ramping scenarios termination time
startTime: '5m',
Expand All @@ -66,7 +66,7 @@ export const options = {
preAllocatedVUs: 4000,

// max allowed vu
maxVUs: 8000,
maxVUs: 16000,

startTime: '8m',

Expand Down