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.
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?
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?