Skip to content

Update the rspec_profiling gem to 0.0.5

username-removed-128633 requested to merge update-rspec_profiling into master

What does this MR do?

rspec_profiling now saves the branch name in addition to the commit. This will allow us to create graphs for specific branches (e.g. master) easily.

Note that I've already added the branch column to our spec_profiling_results table.

Closes #27517 (closed).

Merge request reports