hyperledger / caliper-benchmarks

Sample benchmark files for Hyperledger Caliper https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper-benchmarks/
Apache License 2.0
113 stars 119 forks source link

Issues with read-write asset benchmark/chaincode #232

Closed davidkel closed 1 year ago

davidkel commented 2 years ago

When creating assets it's possible that it doesn't create all the assets required. may get worse the higher the number of assets. This might be the reason for chaincode reporting "unexpected end of JSON" when an asset is requested to be read, the larger the number of assets defined the more frequent this error occurs (eg 1,000,000 assets shows this problem but it was also noticeable with asset counts over 200,000.

This read-write asset chaincode and benchmark need the following fixed

davidkel commented 1 year ago

Most of these are fixed now, don't think it's worth doing all of them so can consider this closed