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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: