Skip to content

Commit e326a9d

Browse files
chore(deps): Bump benchmark-ips from 2.13.0 to 2.14.0 (#30)
Bumps [benchmark-ips](https://github.com/evanphx/benchmark-ips) from 2.13.0 to 2.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/evanphx/benchmark-ips/releases">benchmark-ips's releases</a>.</em></p> <blockquote> <h2>2.14 &quot;Akagi&quot;</h2> <p><img src="https://github.com/user-attachments/assets/aa8ad2b0-56a1-4847-87a1-fef0013b5fd3" alt="image" /></p> <h2>What's Changed</h2> <ul> <li>Improve report to show duration/i (e.g: <code>12.34 ns/i</code>). by <a href="https://github.com/huacnlee"><code>@​huacnlee</code></a> in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/132">evanphx/benchmark-ips#132</a></li> <li>Fix typos by <a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/139">evanphx/benchmark-ips#139</a></li> <li>Improve code template in README.md by <a href="https://github.com/amomchilov"><code>@​amomchilov</code></a> in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/140">evanphx/benchmark-ips#140</a></li> <li>Provide Benchmark.quick_compare to quickly compare methods on an object by <a href="https://github.com/evanphx"><code>@​evanphx</code></a> in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/134">evanphx/benchmark-ips#134</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/huacnlee"><code>@​huacnlee</code></a> made their first contribution in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/132">evanphx/benchmark-ips#132</a></li> <li><a href="https://github.com/kianmeng"><code>@​kianmeng</code></a> made their first contribution in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/139">evanphx/benchmark-ips#139</a></li> <li><a href="https://github.com/amomchilov"><code>@​amomchilov</code></a> made their first contribution in <a href="https://redirect.github.com/evanphx/benchmark-ips/pull/140">evanphx/benchmark-ips#140</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/evanphx/benchmark-ips/compare/v2.13.0...v2.14.0">https://github.com/evanphx/benchmark-ips/compare/v2.13.0...v2.14.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/evanphx/benchmark-ips/blob/master/History.md">benchmark-ips's changelog</a>.</em></p> <blockquote> <h3>2.14.0 / 2024-09-08</h3> <ul> <li>Feature <ul> <li>Adds Benchmark::IPS.quick_compare.</li> <li>Adds absolute duration of each iteration to compare output.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/evanphx/benchmark-ips/commit/d5e0884805c9bc1baf97a47db117f34982f2d247"><code>d5e0884</code></a> 2.14</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/da1ae899395024de129b0128341c65f4dc69dbc7"><code>da1ae89</code></a> 2.14, 2.13 release notes</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/f66045def35a6be5f92fe5baa61b55bb4dca4e65"><code>f66045d</code></a> Provide Benchmark.quick_compare to quickly compare methods on an object (<a href="https://redirect.github.com/evanphx/benchmark-ips/issues/134">#134</a>)</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/a2c863dca36edf41681730392f2ba9d8f20dc285"><code>a2c863d</code></a> Remove unused variable in tests</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/bfdf58d52232d3a1bc16079ab6a094d23868372a"><code>bfdf58d</code></a> Improve code template in README.md (<a href="https://redirect.github.com/evanphx/benchmark-ips/issues/140">#140</a>)</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/6c0a6bfc823f1c3f8fe3a8986cc395e5e13ae253"><code>6c0a6bf</code></a> Merge pull request <a href="https://redirect.github.com/evanphx/benchmark-ips/issues/139">#139</a> from kianmeng/fix-typos</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/1fa6c8f1236d508fae4e62922ac899ee97dc8bf6"><code>1fa6c8f</code></a> Fix typos</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/39db0ed4986a275042c4157044cc046518cef199"><code>39db0ed</code></a> Speed up the tests slightly. Fixes <a href="https://redirect.github.com/evanphx/benchmark-ips/issues/114">#114</a></li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/550493f5a06c177193d5d1b8e84b3ee60193f5e2"><code>550493f</code></a> Merge pull request <a href="https://redirect.github.com/evanphx/benchmark-ips/issues/129">#129</a> from evanphx/dependabot/github_actions/actions/checko...</li> <li><a href="https://github.com/evanphx/benchmark-ips/commit/00c14289e241f189e7a8466eaeda69cc87e2dbf0"><code>00c1428</code></a> Improve report to show duration/i, e.g: <code>12.34 ns/i</code>. (<a href="https://redirect.github.com/evanphx/benchmark-ips/issues/132">#132</a>)</li> <li>Additional commits viewable in <a href="https://github.com/evanphx/benchmark-ips/compare/v2.13.0...v2.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=benchmark-ips&package-manager=bundler&previous-version=2.13.0&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ee452d commit e326a9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
gem 'actionview'
1515
end
1616

17-
gem 'benchmark-ips', '~> 2.13'
17+
gem 'benchmark-ips', '~> 2.14'
1818
gem 'minitest', '~> 5.25'
1919
gem 'rake', '~> 13.2'
2020
gem 'rubocop', '~> 1.66'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GEM
3535
tzinfo (~> 2.0)
3636
ast (2.4.2)
3737
base64 (0.2.0)
38-
benchmark-ips (2.13.0)
38+
benchmark-ips (2.14.0)
3939
bigdecimal (3.1.8)
4040
builder (3.2.4)
4141
concurrent-ruby (1.3.1)
@@ -113,7 +113,7 @@ PLATFORMS
113113
DEPENDENCIES
114114
actionpack (>= 6.1)
115115
actionview
116-
benchmark-ips (~> 2.13)
116+
benchmark-ips (~> 2.14)
117117
clsx-rails!
118118
minitest (~> 5.25)
119119
rake (~> 13.2)

0 commit comments

Comments
 (0)