Making fast test-feedback easy through horizontal scaling
Making fast test-feedback easy through horizontal scaling
ClusterRunner makes it easy to execute test suites across your infrastructure in the fastest and most efficient way possible.
With ClusterRunner you can easily:
Make linear jobs run in parallel
Utilize 100% of your testing infrastructure
Get faster test feedback
# Replace your old test commands...
~ $ phpunit test/
~ $ nosetests test/
~ $ sbt test# With the new and improved...
~ $ clusterrunner build --job-name Tests
Remove Bottlenecks
Your testing pipeline is as fast as your slowest job. Break up the slow stuff.
Utilize Infrastructure
Dynamically scale jobs across your infrastructure to utilize every possible CPU cycle.
Distribute Intelligently
Leverage past job execution metrics to make future runs even faster.
ClusterRunner makes it easy to execute test suites across your infrastructure in the fastest and most efficient way possible.