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
642 stars 403 forks source link

Does it support fabric2.5.3? #1505

Closed bajiang1 closed 2 months ago

bajiang1 commented 10 months ago

my hyperlegerfabric version is 2.5.3,does it support?

davidkel commented 9 months ago

Version 0.5.0 can work with hyperledger fabric 2.5.3. The bind option selects a client sdk to use to interact with hyperledger fabric. See https://hyperledger.github.io/caliper/v0.5.0/fabric-config/new/#installing-dependencies for information regarding binding, but in reality you can bind with fabric:1.4, fabric:2.2 or fabric:2.4. I would recommend using fabric:2.4 with your version of hyperledger fabric, unless your workload requires a specific caliper capability that is only available in fabric:2.2. There is no reason these days to bind to fabric:1.4

davidkel commented 9 months ago

Also I would highly recommend reading https://hyperledger-fabric.readthedocs.io/en/release-2.5/performance.html as well as https://www.hyperledger.org/blog/2023/02/16/benchmarking-hyperledger-fabric-2-5-performance

davidkel commented 2 months ago

see #1464 which would hopefully avoid this confusion in the future

davidkel commented 2 months ago

New version of caliper published and will default to the new docs which addresses this issue.