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

Document aggregate.py and parse_results.py scripts #49

Open melhindi opened 5 years ago

melhindi commented 5 years ago

The src/macro/kvstore folder contains two python script that look like they should help in parsing and aggregating the benchmark result from multiple clients. However, the script are hardly documented and also look for a "Throughput" string (line 31 in aggregate.py) in the log which is not printed by the driver.

Which logs are supposed to be processed with the scripts?

ug93tad commented 5 years ago

this is the relics from the original YCSB code https://github.com/basicthinker/YCSB-C

we don't use them, and will remove them.