Skip to content

Commit

Permalink
Reuse connections
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Jul 31, 2024
1 parent dd12059 commit 053d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance-testing/uid2-operator/k6-uid2-operator.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const targetVUCount = 100;
// 13 scenarios, each 5.5 min = 4290 se

export const options = {
noConnectionReuse: true,
noConnectionReuse: false,
scenarios: {
// Warmup scenarios
identityMapWarmup12: {
Expand Down

0 comments on commit 053d41a

Please sign in to comment.