Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 581 Bytes

File metadata and controls

20 lines (15 loc) · 581 Bytes

Zookeeper Benchmark Example

This is self contained performance test intended as demonstration of usage of Nimble framework.

Benchmark could be started via JUnit runner

org.gridkit.lab.zktest.ZkBenchRun#start_and_run_locally()

Test scenario includes

  • setting up and starting three Zookeeper node on local process
  • simulating read/write load
  • collecting some performance metrics
  • reporting aggregated performance summary
  • raw data collected in test run is avaialable as raw-local.csv after succesful run