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

How testbot is used

joakimk edited this page Apr 28, 2012 · 13 revisions
  • Barsoom: Uses testbot to run RSpec tests. About 11 minutes of tests in 2 minutes on a 6 core box.
  • Bukowskis: Uses testbot to run RSpec and Cucumber suites. About 60 minutes of tests run on between 30-50 cpu cores in 4-6 minutes.
  • thoughtbot: Uses testbot to get 60 minutes of tests to run in 10 minutes using 16 medium EC2 instances (32 cores), read the blog post.
  • Mynewsdesk: "Running our test suite on 24 cores (using Testbot by @joakimk), cut running time to about 1/5!" - https://twitter.com/#!/richardjohansso/status/73029729334210560

Add your own usage story...