ooibc88 / FabricSharp

Enhanced Hyperledger Fabric
Apache License 2.0
135 stars 47 forks source link

About experiments #6

Closed Sybilzz closed 3 years ago

Sybilzz commented 3 years ago

I'm a student doing research on the performance of Consortium Blockchain and want to test their performance. I want to learn from your experiment based on the benchmark of Smallbank or YCSB, can you provide some message to me? How should I t invoke the chaincode and control the transaction arrival rate? Can I use some commands to do these, or do I need to design my own program?Thank you.

RUAN0007 commented 3 years ago

Hi, you can use Caliper (https://github.com/hyperledger/caliper) for the benchmark. You can definitely build your own benchmarking script.

Sybilzz commented 3 years ago

thanks