Skip to content

Commit 70b37e5

Browse files
committed
add key sharing
1 parent e02aeea commit 70b37e5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

performance-testing/uid2-operator/k6-uid2-operator.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@ export const options = {
5050
gracefulStop: '0s',
5151
},
5252
keySharingWarmup: {
53-
executor: 'ramping-vus',
53+
executor: 'constant-vus',
5454
exec: 'keySharing',
55-
stages: [
56-
{ duration: '30s', target: keySharingVUs}
57-
],
58-
gracefulRampDown: '0s',
55+
vus: 300,
56+
duration: '30s',
57+
gracefulStop: '0s',
5958
},
6059
// Actual testing scenarios
6160
tokenGenerate: {

0 commit comments

Comments
 (0)