parallel_tests
Test tool
Tool for parallelizing and optimizing tests in Ruby-based applications
Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber
3k stars
43 watching
495 forks
Language: Ruby
last commit: about 1 month ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
grosser/parallel | Parallel processing made simple and fast in Ruby | 4,173 |
serpapi/turbo_tests | A tool that runs RSpec tests in parallel on multiple cores with incremental output | 182 |
rspec/rspec-rails | Provides a testing framework for Ruby on Rails applications | 5,192 |
grosser/parallel_split_test | A tool to split and run large test suites in parallel across multiple processes. | 90 |
zombocom/derailed_benchmarks | Tools for measuring and optimizing the performance of Ruby on Rails applications | 2,981 |
puma/puma | A Ruby web server designed for parallelism and high-performance | 7,716 |
rayon-rs/rayon | A data parallelism library for Rust | 11,219 |
fastruby/fast-ruby | A collection of Ruby idioms for writing faster code by collecting common performance optimizations. | 5,684 |
thoughtbot/shoulda-matchers | A gem providing RSpec-compatible one-liners for testing common Rails functionality | 3,525 |
splitrb/split | An A/B testing framework that allows users to split traffic between different versions of their application and track experiment results. | 2,707 |
brandonhilkert/sucker_punch | An asynchronous processing library that allows developers to run background jobs within the same process as their web application. | 2,643 |
rbspy/rbspy | A tool to profile CPU usage in running Ruby programs without requiring the program to restart. | 2,510 |
miniprofiler/rack-mini-profiler | A Ruby middleware for profiling rack applications to measure performance metrics | 3,744 |
ruby/rake | A make-like program implemented in Ruby for automating tasks and building projects. | 2,355 |
knapsackpro/knapsack | A tool that optimizes test execution on parallel CI nodes | 519 |