ooibc88 / blockbench

BLOCKBENCH: A Framework for Analyzing Private Blockchains. Blockbench contains workloads for measuring the data processing performance, and workloads for understanding the performance of different layers of Blockchain systems.
https://www.comp.nus.edu.sg/~dbsystem/fabricsharp/#/blockbench
Apache License 2.0
391 stars 174 forks source link

hyperledger/start-root.sh:.:4: no such file or directory: env.sh #69

Open eltalkarim opened 4 years ago

eltalkarim commented 4 years ago

After clonning the repo and installing dependencies I run : ./run-bench.sh 8 16 8 10 The script could not find the env.sh nor the peer /blockbench/benchmark/hyperledger/start-root.sh:.:4: no such file or directory: env.sh Hyperledger peer executable not found: /build/bin/peer After changing the path to the env.sh and peer in the root start-root.sh the benchmark run correctly.

eltalkarim commented 4 years ago

Note that the $HL_HOME path in env.sh was not changed and kept as default

SantoshDhirwani commented 4 years ago

I am facing the same issue as well.