ethertest
ethertest

Reputation: 317

measuring Hyperledger Composer performance using Hyperledger Caliper

Is it possible to measure Hyperledger composer network performance which runs on Hyperledger fabric using Hyperledger Caliper framework? If yes can you guide me how can I change the configuration to connect Caliper to running Hyperledger composer network?

Upvotes: 11

Views: 1580

Answers (2)

willzard
willzard

Reputation: 56

If you use composer rest server to enable rest api endpoints, you can always use apache meter to test out the latency of your system.

Upvotes: 4

pvrforpranavvr
pvrforpranavvr

Reputation: 2938

Hyperledger Caliper is a blockchain benchmark framework to measure performance of multiple blockchain solutions.

I think the below links help you a lot.

Hyperledger Caliper Setup

Hyperledger Caliper

Upvotes: 7

Related Questions