Benchmarking on Hyperledger Fabric

1

Is there any public benchmarking code and results for Hyperledger Fabric v1.0 blockchain? IBM claims a transactions rate of 3500 tps, but I am not able to find any public code of the benchmarking experiments. Paper link: https://arxiv.org/abs/1801.10228

Rajrup Ghosh

Posted 2018-03-15T14:02:37.357

Reputation: 11

Answers

1

You can run Hyperledger Caliper https://www.hyperledger.org/projects/caliper/ , a benchmarking tool that supports Hyperledger Fabric (IBM), Hyperledger Sawtooth, Ethereum, and other blockchains.

Click on "Get the Code" link in the link above, or go to https://github.com/hyperledger/caliper for source code. It's thousands of lines of code, including benchmark blockchain apps, so that's too much to post. The original link above has documentation and is the main Caliper project page.

Dan Anderson

Posted 2018-03-15T14:02:37.357

Reputation: 259

Just FYI, if the code is open-source and has a GitHub repo, you may want to link to it, and perhaps provide a short piece of code relevant to the question, if possible. Short, link-only answers tend to suffer from link-rot, and become unhelpful.Max Vernon 2018-09-21T19:48:03.700

That's the kind off detail it would be useful to have in the answer... use the [edit] link. Cheers!Max Vernon 2018-09-21T22:25:06.073