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

Saturation experience #94

Open wejdeneHaouari opened 3 years ago

wejdeneHaouari commented 3 years ago

I have two questions regarding the saturation experience:

  1. I am not able to run the saturation experience because the polling thread keep running even after sending all the requests. For this reason the driver task never stop in order to move on to the next transaction rate. Is there a way to fix this issue?
  1. Is there a way to specify a time limit instead of total number of requests?

Thank you in advance.