Skip to content

Bump test-prof from 1.5.2 to 1.6.3 - #1893

Merged
schneems merged 1 commit into
mainfrom
dependabot/bundler/test-prof-1.6.3
Jul 31, 2026
Merged

Bump test-prof from 1.5.2 to 1.6.3#1893
schneems merged 1 commit into
mainfrom
dependabot/bundler/test-prof-1.6.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps test-prof from 1.5.2 to 1.6.3.

Release notes

Sourced from test-prof's releases.

1.6.0

Features

  • Add TPS profiler. Docs

    TPS (tests-per-second) profiler helps to identify example groups (files) that have a good potential for speed-up by sharing setup data (via before_all or let_it_be or fixtures): the more examples and the lower the TPS, the more opportunity to cut the group's total time.

    TPS profiler also supports the strict mode: example groups violating user-configured threshold (e.g., too low TPS) are marked as failures.

  • Add GC profiling mode to MemoryProf.

Changes

  • Upgraded custom Sidekiq instrumentation to Sidekiq 8.

  • RSpecStamp now uses Prism if available.

  • Upgraded RSpecDissect to always show the total setup time and let breakdowns.

Changelog

Sourced from test-prof's changelog.

1.6.3 (2026-07-20)

  • Fix before_all firing N times in Minitest 6. ([@​palkan][])

1.6.2 (2026-07-16)

  • Add logger as a runtime dependency (it's no longer a default gem in Ruby 4.0). ([@​moznion][])

  • Fix RSpecDissect crashing with undefined method 'last' for nil when a let is evaluated on a non-example thread (e.g. a Capybara :js/system spec server thread). The span-stack thread-local is now lazily initialized so off-example-thread access is a safe no-op.

  • Add support for ruby-prof's FlameGraphPrinter

1.6.1 (2026-04-02)

  • Require MFA to publish the gem.

1.6.0 (2026-03-18)

  • Add TPS profiler. ([@​palkan][])

  • Add GC profiling to MemoryProf. ([@​palkan][])

  • Upgrade to Sidekiq 8. ([@​palkan][])

  • RSpecStamp now uses Prism if available. ([@​kddnewton][])

  • Upgrade RSpecDissect to show total setup time and let breakdowns. ([@​palkan][])

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [test-prof](https://github.com/test-prof/test-prof) from 1.5.2 to 1.6.3.
- [Release notes](https://github.com/test-prof/test-prof/releases)
- [Changelog](https://github.com/test-prof/test-prof/blob/master/CHANGELOG.md)
- [Commits](test-prof/test-prof@v1.5.2...v1.6.3)

---
updated-dependencies:
- dependency-name: test-prof
  dependency-version: 1.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies ruby Pull requests that update ruby code labels Jul 31, 2026
@schneems
schneems merged commit 28c336a into main Jul 31, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/bundler/test-prof-1.6.3 branch July 31, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant