hyperledger-archives / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions
Apache License 2.0
74 stars 24 forks source link

support launching client only once for multiple test rounds #50

Closed haojun closed 6 years ago

haojun commented 6 years ago
  1. only launch clients at the beginning of the first test round, and destroy them at the end of all tests
  2. remove original cache mechanism since now different test rounds shares the same process,
  3. modify the documents according to the change