I would like to know if there will be higher error rate if the number of
threads is higher but calls per minute is same.
For example I have two test with same request and assertion the only
difference is in number of thread groups.
Thread Group: 4000
Ramp up : 0
Loop count: forever
schedular: 1 hr
synchronizing timer: 4000
constant timer:${__javaScript(${__threadNum()}*400)}
and the other script is below
Thread Group:1000
Ramp up:0
Loop Count:foerver
schedular:1 hr
synchronizing timer: 1000
constant timer:${__javaScript(${__threadNum()}*400)}