hyperledger / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper/
Apache License 2.0
650 stars 403 forks source link

Indifferent behaviour -help needed #1498

Open gowthami1610 opened 1 year ago

gowthami1610 commented 1 year ago

Which Caliper version are you using?

0.5.0

Which Node.JS version are you using?

v16.18.0

Which operating system are you using?

Ubuntu 18.04.6

Please provide some context for your error. For example, when did the error occur? What were you trying to achieve, and how?

While testing the designed hyperledger fabric network with the three rate controllers of hyperledger caliper- Fixed rate, Fixed load, linear rate the results shows some indifferent behavious for particular parameter setups.

What was the observed incorrect behavior?

The number of successful transactions differes for particular setup i.e. when workers are set to 75 in all the rate-controllers (450/500 is shown in success transaction but failed is shown as 0. While for other workers ithe success transactions are 500 and failed transactions are 0) . When txnumber=200 in linear-rate controller, the read and transaction throughput decreases while the other txnumbers shows increasing pattern.

Please provide the error logs and their surroundings.

no error logs

Please provide your benchmark configuration file content, if possible.

No response

Please provide your network configuration file content, if possible.

No response

Please provide your workload module content, if possible.

No response

Please provide any additional information you deem relevant to the error.

No response