Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 437 Bytes

Parrot Load Test Harness

Runnning an existing test

From the project root directory...

$ cd loadtest
$ sbt update package-dist  # only necessary if libs change
$ sbt run-parrot\ config/kestrel-memcache-consumer.scala
...
$ sbt run-parrot\ config/kestrel-memcache-producer.scala
...

Modify the config files in loadtest/config to choose victims, duration, etc.