caliper benchmarks that use fixed-load specify the start tps using startingTps
but it should be startTps
#231
Labels
startingTps
but it should be startTps
#231
This means it always starts at 5 and if I have a system that is able to process lots of TPS eg start at 1000 (but really 5) with a max unfinished of 15000 you get
As it appears to take a while to distribute the tps across all the workers (I had 150 workers) so it doesn't submit anything for a while until the rate controller pops which initially was 30 seconds
1000 / (5/150) = 150000/5 = 30,000 ms
The text was updated successfully, but these errors were encountered: