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
392 stars 174 forks source link

Running start_client.sh in blockbench/benchmark/parity #16

Closed xiaohua0921 closed 6 years ago

xiaohua0921 commented 6 years ago

I want to run start_client.sh in the directory of blockbench/benchmark/parity/ , there have "nohup ../../src/ycsb/driver -db parity -threads $THREADS -P ../../src/ycsb/workloads/workloada.spec -endpoint $HOST -txrate $RATE > $LOG 2>&1 &" in the file ,but in the code that I download , don't have the ycsb directory ,only have src/macro/kvstore and src/macro/smallbank , do I need download other code in somewhere ??? Or install other things??

ug93tad commented 6 years ago

Thanks for pointing this out. It's fixed in the latest commit.

Actually the start_client.sh is deprecated, as the main run script (run.py) no longer use it.

You can use the start_ycsb_client.sh instead. Pull the latest version first.

You also need to go to src/macro/kvstore and run make.