-
Notifications
You must be signed in to change notification settings - Fork 163
Issue of caliper #385
Comments
it is not a caliper issue. I used modified fabcar chaincode to test a variety of test cases.I'm able to get a send rate of 23.5. I initially experienced a low send rate as well, but I noticed that if I reduce the transaction load, the send rate also falls. Also it depends on channel config file too.You can try running different round with higher transaction load.i.e 100,250,500,1000 ..etc. |
I changed into the fixed-rate and change the tps into 100, but it will go into the infinite loop and not generate the result. |
Can you tell me what you have changed into the channel config file? |
Just observations in your caliperbenchmarkconfig.yaml file. the txNumber key is optional , may be because of this it is going in infinite loop.Also you are not giving txDuration basically it is for 60 seconds. just see following benchmark configuration. |
I changed according to my testing |
My caliperbenchmarkconfig.yaml
When the Send Rate (TPS) is not increasing. I set it at 80 in the yaml setting but result is still 13.
The text was updated successfully, but these errors were encountered: