method
should_parallelize?
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Testing::ParallelizeExecutor
should_parallelize?()private
No documentation available.
# File activesupport/lib/active_support/testing/parallelize_executor.rb, line 55
def should_parallelize?
ENV["PARALLEL_WORKERS"] || tests_count > threshold
end