Skip to content

Commit b5bf161

Browse files
committed
tweak: Reduce RPS to compensate for loss on profiling petclinic variant
1 parent f0c5b9a commit b5bf161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • benchmark/load/petclinic

benchmark/load/petclinic/k6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const options = {
1919
duration: '20s',
2020
gracefulStop: '2s',
2121
timeUnit: '1s',
22-
rate: 200,
22+
rate: 150,
2323
},
2424
}
2525
};

0 commit comments

Comments
 (0)