-
Notifications
You must be signed in to change notification settings - Fork 2
Home
haitaoyao edited this page Sep 18, 2011
·
3 revisions
Welcome to the perf-runner wiki!
This is a tool for running performance test in distributed environments.
It can start the performance test, collect the performance data, analyze it from a single console for a distributed system
Just package your test case code in a folder and write a shell script named start.sh, then put the folder under deploy folder. Run bin/start.sh -n $your_folder_name. It's done