You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use BlockBench as part of my Master thesis project and I am a bit lost right now...
I currently have a single node network running with Raft consensus, using HyperLedger 1.4.1 with a smart contract written in Node. I am currently running the network on Windows 10 (using Kinematics & Docker Terminal to create a Linux VM).
Is it possible to use this framework to benchmark my own network? If so, what would be the best procedure to follow?
I am a bit new to that and currently cannot get any of the micro/macro tests to work :(
Any help would be greatly appreciated!
Thanks !!
The text was updated successfully, but these errors were encountered:
ComeTiss
changed the title
Benchmark my own network
Benchmark my own network with HyperLedger
Jun 26, 2019
Unfortunately, BLOCKBENCH currently is NOT compatible with HyperLedger v1.0+ onwards,
as it requires blockchain system to have RESTFUL endpoint. However, Hyperledger v1.0 only provides Java and NodeJS SDK.
thanks for the reply! Do you think it is still possible to use YCSB / any other macro benchmark test to measure a network performance (with Fabric 1.4)?
For benchmark Hyperledger, you may try to use Caliper. It provides chaincode that implements YCSB and Smallbank. Which macro benchmark to use is dependent on your own need.
Hey guys,
I am trying to use BlockBench as part of my Master thesis project and I am a bit lost right now...
I currently have a single node network running with Raft consensus, using HyperLedger 1.4.1 with a smart contract written in Node. I am currently running the network on Windows 10 (using Kinematics & Docker Terminal to create a Linux VM).
Is it possible to use this framework to benchmark my own network? If so, what would be the best procedure to follow?
I am a bit new to that and currently cannot get any of the micro/macro tests to work :(
Any help would be greatly appreciated!
Thanks !!
The text was updated successfully, but these errors were encountered: