[GitHub] [jmeter] FSchumacher commented on a change in pull request #660: bz65108: escape/unescape jmeter variable references

2021-11-10 Thread GitBox
FSchumacher commented on a change in pull request #660: URL: https://github.com/apache/jmeter/pull/660#discussion_r746690821 ## File path: src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/util/GraphQLRequestParamUtils.java ## @@ -56,6 +55,12 @@ private

Re: Move "precise throughput computation" to thread group

2021-11-10 Thread Vladimir Sitnikov
Vincent>Usually I do not model the load in urls/sec but in full scenarios (from Vincent>login to logout) per hour in high activity. Ah, it looks like you misunderstand my proposal. The proposed "Precise Thread Group" measures workload rate in scenarios rather than "URLs or samplers". It does not

Re: Move "precise throughput computation" to thread group

2021-11-10 Thread Vincent Daburon
Hi, > *Vincent mentions the pacing feature, however, I believe it is really reallyclose to my current proposal as well.For instance, "pacing of 1 min" means exactly the same as configuring "1request per minute".In other words, if you configure the new thread group to "1 request perminute",