We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02aeea commit 70b37e5Copy full SHA for 70b37e5
performance-testing/uid2-operator/k6-uid2-operator.js
@@ -50,12 +50,11 @@ export const options = {
50
gracefulStop: '0s',
51
},
52
keySharingWarmup: {
53
- executor: 'ramping-vus',
+ executor: 'constant-vus',
54
exec: 'keySharing',
55
- stages: [
56
- { duration: '30s', target: keySharingVUs}
57
- ],
58
- gracefulRampDown: '0s',
+ vus: 300,
+ duration: '30s',
+ gracefulStop: '0s',
59
60
// Actual testing scenarios
61
tokenGenerate: {
0 commit comments