Comment 1 for bug 691165

Revision history for this message
John A Meinel (jameinel) wrote :

I'm attaching the script I was using for load testing. It basically does:
  echo hello | ssh $HOST bzr serve --inet --directory=/ --allow-writes

In as many parallel processes as you ask it to. (by using --load=$X,)