# test-prof/test-prof

Ruby Tests Profiling Toolbox

Repository: https://github.com/test-prof/test-prof
Canonical: https://ross.abutalabs.com/products/test-prof
Homepage: https://test-prof.evilmartians.io/
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby, testing, rspec, profiling, rails, hacktoberfest
Last push: 2026-07-25T05:06:29+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 43, longevity 100
- inputs: {"age_days": 3394, "days_push": 39, "days_rel": 168, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2046, forks 173 (observed 2026-08-28T04:06:08.877638+00:00)

## What it is
TestProf is a Ruby gem providing a toolbox of profilers and helpers for analyzing and speeding up test suites, with integrations for ruby-prof, StackProf, and Vernier plus RSpec/minitest utilities. It includes factory profilers, event profilers, and helpers like before_all and let_it_be to reduce test runtime.

## Use cases
- profile slow ruby test suite
- find bottlenecks in rspec tests
- reduce rails CI test time
- analyze factory usage and cascades
- speed up minitest suite
- profile activestupport events in tests

## When to choose
- your Ruby/Rails test suite is slow and you need to find bottlenecks
- you use RSpec or minitest with FactoryBot and want faster tests
- you want drop-in integration with ruby-prof, StackProf, or Vernier

## When to avoid
- you work outside the Ruby ecosystem
- you need general application performance profiling rather than test-suite profiling

## Facets
- artifact type: library
- maturity: active
- function: testing, benchmarking, developer-tools
- domain: testing, developer-tools, web-development
- platform: ruby, cli
- tags: ruby-gem, rspec, minitest, rails, test-profiling, factory-profiling, performance-optimization

## Member repositories
- test-prof/test-prof (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.877638+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:58:00.506235+00:00, confidence not recorded.
  - readme: https://github.com/test-prof/test-prof (fetched 2026-08-28T04:06:08.877638+00:00, sha d00e4179fc60)
  - homepage: https://test-prof.evilmartians.io/ (fetched 2026-08-29T10:38:07.481056+00:00, sha 9445e49acdef)
  - site_page: https://test-prof.evilmartians.io/guide/getting_started (fetched 2026-08-29T10:38:07.490313+00:00, sha b011f938b626)
- Data as of 2026-08-30T08:39:29.467469+00:00.
