Fine-Grained User Injection Control: Achieving Millisecond-Level Regulation in the Current Model

We need to regulate the user count at the millisecond level. For instance, we aim to inject 10 users per millisecond. The existing injection model seems to operate on a second-level granularity, with both open and closed modes configured in seconds. Is there a way to achieve this requirement?

concurrentUsersPerSec(10000) means 10 users per millis.

Are you referring to constantUsersPerSec? I can only see constantConcurrentUsers

scn.injectClosed(constantConcurrentUsers(10).during(10) in

Sorry, I mean constantUsersPerSec

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.