Skip to content

Instantly share code, notes, and snippets.

@joakimk
Created January 26, 2010 19:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakimk/287124 to your computer and use it in GitHub Desktop.
Save joakimk/287124 to your computer and use it in GitHub Desktop.
Example test runtimes using testbot
1 computers - 1 cpus: 29 minutes (rake spec)
5 computers - 13 cpus: 4 minutes (rake testbot:spec)
10 computers - 25 cpus: 2 minutes (rake testbot:spec) (about 60% cpu efficiency)
The testbot communication overhead is about 2-5 seconds per run. Fetching the code
and setting up the test environment takes a bit longer. The jobs are not being
perfectly balanced. There is still plenty of room for optimizations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment