Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/stale from 8 to 9 #785

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2023

Bumps actions/stale from 8 to 9.

Release notes

Sourced from actions/stale's releases.

v9.0.0

Breaking Changes

  1. Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.
  2. Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

What Else Changed

  1. Performance optimization that removes unnecessary API calls by @​dsame #1033 fixes #792
  2. Logs displaying current github API rate limit by @​dsame #1032 addresses #1029

For more information, please read the action documentation and its section about statefulness

New Contributors

Full Changelog: actions/stale@v8...v9.0.0

Changelog

Sourced from actions/stale's changelog.

Changelog

[7.0.0]

⚠️ Breaking change ⚠️

[6.0.1]

Update @​actions/core to v1.10.0 (#839)

[6.0.0]

⚠️ Breaking change ⚠️

Issues/PRs default close-issue-reason is now not_planned(#789)

[5.1.0]

Don't process stale issues right after they're marked stale [Add close-issue-reason option]#764#772 Various dependabot/dependency updates

4.1.0 (2021-07-14)

Features

4.0.0 (2021-07-14)

Features

Bug Fixes

  • dry-run: forbid mutations in dry-run (#500) (f1017f3), closes #499
  • logs: coloured logs (#465) (5fbbfba)
  • operations: fail fast the current batch to respect the operations limit (#474) (5f6f311), closes #466
  • label comparison: make label comparison case insensitive #517, closes #516
  • filtering comments by actor could have strange behavior: "stale" comments are now detected based on if the message is the stale message not who made the comment(#519), fixes #441, #509, #518

Breaking Changes

... (truncated)

Commits
  • 28ca103 Upgrade Node to v20 (#1110)
  • b69b346 build(deps-dev): bump @​types/node from 18.16.18 to 20.5.1 (#1079)
  • 88a6f4f build(deps-dev): bump typescript from 5.1.3 to 5.2.2 (#1083)
  • 796531a Merge pull request #1080 from akv-platform/fix-delete-cache
  • 8986f62 Don not try to delete cache if it does not exists
  • cab99b3 fix typo proceeded/processed
  • 184e7af Merge pull request #1064 from actions/dependabot/npm_and_yarn/typescript-esli...
  • 523885c chore: update eslint-plugin, parser and eslint-plugin-jest
  • 2487a1d build(deps-dev): bump @​typescript-eslint/eslint-plugin
  • 60c722e Merge pull request #1063 from actions/dependabot/npm_and_yarn/jest-29.6.2
  • Additional commits viewable in compare view

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 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)

Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jaqx0r as a code owner December 7, 2023 13:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 7, 2023
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3ab288d) 57.04% compared to head (d994276) 57.04%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #785   +/-   ##
=======================================
  Coverage   57.04%   57.04%           
=======================================
  Files          66       66           
  Lines        6916     6916           
=======================================
  Hits         3945     3945           
  Misses       2700     2700           
  Partials      271      271           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Dec 7, 2023

Unit Test Results

       1 files       27 suites   8m 55s ⏱️
   640 tests    639 ✔️ 1 💤 0 ❌
1 893 runs  1 890 ✔️ 3 💤 0 ❌

Results for commit d994276.

@github-actions github-actions bot merged commit 61fa42b into main Dec 7, 2023
20 checks passed
@github-actions github-actions bot deleted the dependabot/github_actions/actions/stale-9 branch December 7, 2023 13:58
Copy link
Contributor

github-actions bot commented Dec 7, 2023

Benchmark Result

Benchmark diff with base
goos: linux%0Agoarch: amd64%0Apkg: github.com/google/mtail/internal/metrics%0Acpu: AMD EPYC 7763 64-Core Processor                %0A                                   │ test-results/benchmark-results-dependabot-github_actions-actions-stale-9.txt │%0A                                   │                                    sec/op                                    │%0AStore/Add-1                                                                                          830.7n ± ∞ ¹%0AStore/Add-1-2                                                                                        786.8n ± ∞ ¹%0AStore/Add-1-4                                                                                        796.6n ± ∞ ¹%0AStore/Add-2                                                                                          1.333µ ± ∞ ¹%0AStore/Add-2-2                                                                                        1.215µ ± ∞ ¹%0AStore/Add-2-4                                                                                        1.215µ ± ∞ ¹%0AStore/Add-4                                                                                          2.372µ ± ∞ ¹%0AStore/Add-4-2                                                                                        2.114µ ± ∞ ¹%0AStore/Add-4-4                                                                                        2.118µ ± ∞ ¹%0AStore/Add-8                                                                                          4.472µ ± ∞ ¹%0AStore/Add-8-2                                                                                        3.995µ ± ∞ ¹%0AStore/Add-8-4                                                                                        4.032µ ± ∞ ¹%0AStore/Add-16                                                                                         8.833µ ± ∞ ¹%0AStore/Add-16-2                                                                                       7.887µ ± ∞ ¹%0AStore/Add-16-4                                                                                       7.960µ ± ∞ ¹%0AStore/Add-32                                                                                         17.55µ ± ∞ ¹%0AStore/Add-32-2                                                                                       15.69µ ± ∞ ¹%0AStore/Add-32-4                                                                                       15.74µ ± ∞ ¹%0AStore/Add-64                                                                                         35.98µ ± ∞ ¹%0AStore/Add-64-2                                                                                       31.34µ ± ∞ ¹%0AStore/Add-64-4                                                                                       33.10µ ± ∞ ¹%0AStore/Add-128                                                                                        71.65µ ± ∞ ¹%0AStore/Add-128-2                                                                                      63.85µ ± ∞ ¹%0AStore/Add-128-4                                                                                      66.66µ ± ∞ ¹%0AStore/Add-256                                                                                        149.9µ ± ∞ ¹%0AStore/Add-256-2                                                                                      137.2µ ± ∞ ¹%0AStore/Add-256-4                                                                                      136.6µ ± ∞ ¹%0AStore/Add-512                                                                                        317.6µ ± ∞ ¹%0AStore/Add-512-2                                                                                      288.0µ ± ∞ ¹%0AStore/Add-512-4                                                                                      288.0µ ± ∞ ¹%0AStore/Add-1024                                                                                       652.1µ ± ∞ ¹%0AStore/Add-1024-2                                                                                     569.8µ ± ∞ ¹%0AStore/Add-1024-4                                                                                     581.7µ ± ∞ ¹%0AStore/AddParallel-1                                                                                  822.0n ± ∞ ¹%0AStore/AddParallel-1-2                                                                                945.4n ± ∞ ¹%0AStore/AddParallel-1-4                                                                                1.127µ ± ∞ ¹%0AStore/AddParallel-2                                                                                  1.326µ ± ∞ ¹%0AStore/AddParallel-2-2                                                                                1.377µ ± ∞ ¹%0AStore/AddParallel-2-4                                                                                1.722µ ± ∞ ¹%0AStore/AddParallel-4                                                                                  2.355µ ± ∞ ¹%0AStore/AddParallel-4-2                                                                                2.588µ ± ∞ ¹%0AStore/AddParallel-4-4                                                                                2.757µ ± ∞ ¹%0AStore/AddParallel-8                                                                                  4.491µ ± ∞ ¹%0AStore/AddParallel-8-2                                                                                4.773µ ± ∞ ¹%0AStore/AddParallel-8-4                                                                                5.083µ ± ∞ ¹%0AStore/AddParallel-16                                                                                 8.882µ ± ∞ ¹%0AStore/AddParallel-16-2                                                                               9.279µ ± ∞ ¹%0AStore/AddParallel-16-4                                                                               9.895µ ± ∞ ¹%0AStore/AddParallel-32                                                                                 17.54µ ± ∞ ¹%0AStore/AddParallel-32-2                                                                               18.15µ ± ∞ ¹%0AStore/AddParallel-32-4                                                                               19.74µ ± ∞ ¹%0AStore/AddParallel-64                                                                                 35.67µ ± ∞ ¹%0AStore/AddParallel-64-2                                                                               36.86µ ± ∞ ¹%0AStore/AddParallel-64-4                                                                               40.98µ ± ∞ ¹%0AStore/AddParallel-128                                                                                72.87µ ± ∞ ¹%0AStore/AddParallel-128-2                                                                              79.43µ ± ∞ ¹%0AStore/AddParallel-128-4                                                                              84.64µ ± ∞ ¹%0AStore/AddParallel-256                                                                                150.0µ ± ∞ ¹%0AStore/AddParallel-256-2                                                                              160.7µ ± ∞ ¹%0AStore/AddParallel-256-4                                                                              173.3µ ± ∞ ¹%0AStore/AddParallel-512                                                                                317.7µ ± ∞ ¹%0AStore/AddParallel-512-2                                                                              337.7µ ± ∞ ¹%0AStore/AddParallel-512-4                                                                              354.9µ ± ∞ ¹%0AStore/AddParallel-1024                                                                               657.0µ ± ∞ ¹%0AStore/AddParallel-1024-2                                                                             666.7µ ± ∞ ¹%0AStore/AddParallel-1024-4                                                                             699.1µ ± ∞ ¹%0AStore/AddWithGc-1                                                                                    2.486µ ± ∞ ¹%0AStore/AddWithGc-1-2                                                                                  2.314µ ± ∞ ¹%0AStore/AddWithGc-1-4                                                                                  2.342µ ± ∞ ¹%0AStore/AddWithGc-2                                                                                    3.063µ ± ∞ ¹%0AStore/AddWithGc-2-2                                                                                  2.829µ ± ∞ ¹%0AStore/AddWithGc-2-4                                                                                  2.886µ ± ∞ ¹%0AStore/AddWithGc-4                                                                                    4.207µ ± ∞ ¹%0AStore/AddWithGc-4-2                                                                                  3.807µ ± ∞ ¹%0AStore/AddWithGc-4-4                                                                                  3.846µ ± ∞ ¹%0AStore/AddWithGc-8                                                                                    6.495µ ± ∞ ¹%0AStore/AddWithGc-8-2                                                                                  5.780µ ± ∞ ¹%0AStore/AddWithGc-8-4                                                                                  5.797µ ± ∞ ¹%0AStore/AddWithGc-16                                                                                   11.14µ ± ∞ ¹%0AStore/AddWithGc-16-2                                                                                 9.866µ ± ∞ ¹%0AStore/AddWithGc-16-4                                                                                 9.940µ ± ∞ ¹%0AStore/AddWithGc-32                                                                                   20.58µ ± ∞ ¹%0AStore/AddWithGc-32-2                                                                                 18.01µ ± ∞ ¹%0AStore/AddWithGc-32-4                                                                                 18.12µ ± ∞ ¹%0AStore/AddWithGc-64                                                                                   39.15µ ± ∞ ¹%0AStore/AddWithGc-64-2                                                                                 35.11µ ± ∞ ¹%0AStore/AddWithGc-64-4                                                                                 34.79µ ± ∞ ¹%0AStore/AddWithGc-128                                                                                  79.00µ ± ∞ ¹%0AStore/AddWithGc-128-2                                                                                68.66µ ± ∞ ¹%0AStore/AddWithGc-128-4                                                                                70.35µ ± ∞ ¹%0AStore/AddWithGc-256                                                                                  163.5µ ± ∞ ¹%0AStore/AddWithGc-256-2                                                                                142.3µ ± ∞ ¹%0AStore/AddWithGc-256-4                                                                                144.0µ ± ∞ ¹%0AStore/AddWithGc-512                                                                                  330.2µ ± ∞ ¹%0AStore/AddWithGc-512-2                                                                                293.8µ ± ∞ ¹%0AStore/AddWithGc-512-4                                                                                297.9µ ± ∞ ¹%0AStore/AddWithGc-1024                                                                                 688.4µ ± ∞ ¹%0AStore/AddWithGc-1024-2                                                                               595.4µ ± ∞ ¹%0AStore/AddWithGc-1024-4                                                                               594.2µ ± ∞ ¹%0AStore/AddWithGcParallel-1                                                                            830.4n ± ∞ ¹%0AStore/AddWithGcParallel-1-2                                                                          915.6n ± ∞ ¹%0AStore/AddWithGcParallel-1-4                                                                          1.137µ ± ∞ ¹%0AStore/AddWithGcParallel-2                                                                            1.327µ ± ∞ ¹%0AStore/AddWithGcParallel-2-2                                                                          1.384µ ± ∞ ¹%0AStore/AddWithGcParallel-2-4                                                                          1.738µ ± ∞ ¹%0AStore/AddWithGcParallel-4                                                                            2.369µ ± ∞ ¹%0AStore/AddWithGcParallel-4-2                                                                          2.608µ ± ∞ ¹%0AStore/AddWithGcParallel-4-4                                                                          2.791µ ± ∞ ¹%0AStore/AddWithGcParallel-8                                                                            4.534µ ± ∞ ¹%0AStore/AddWithGcParallel-8-2                                                                          4.840µ ± ∞ ¹%0AStore/AddWithGcParallel-8-4                                                                          5.168µ ± ∞ ¹%0AStore/AddWithGcParallel-16                                                                           8.964µ ± ∞ ¹%0AStore/AddWithGcParallel-16-2                                                                         9.312µ ± ∞ ¹%0AStore/AddWithGcParallel-16-4                                                                         10.08µ ± ∞ ¹%0AStore/AddWithGcParallel-32                                                                           17.81µ ± ∞ ¹%0AStore/AddWithGcParallel-32-2                                                                         18.45µ ± ∞ ¹%0AStore/AddWithGcParallel-32-4                                                                         20.09µ ± ∞ ¹%0AStore/AddWithGcParallel-64                                                                           36.14µ ± ∞ ¹%0AStore/AddWithGcParallel-64-2                                                                         37.39µ ± ∞ ¹%0AStore/AddWithGcParallel-64-4                                                                         39.85µ ± ∞ ¹%0AStore/AddWithGcParallel-128                                                                          73.44µ ± ∞ ¹%0AStore/AddWithGcParallel-128-2                                                                        78.01µ ± ∞ ¹%0AStore/AddWithGcParallel-128-4                                                                        81.70µ ± ∞ ¹%0AStore/AddWithGcParallel-256                                                                          155.0µ ± ∞ ¹%0AStore/AddWithGcParallel-256-2                                                                        158.6µ ± ∞ ¹%0AStore/AddWithGcParallel-256-4                                                                        174.0µ ± ∞ ¹%0AStore/AddWithGcParallel-512                                                                          316.5µ ± ∞ ¹%0AStore/AddWithGcParallel-512-2                                                                        325.5µ ± ∞ ¹%0AStore/AddWithGcParallel-512-4                                                                        352.4µ ± ∞ ¹%0AStore/AddWithGcParallel-1024                                                                         651.5µ ± ∞ ¹%0AStore/AddWithGcParallel-1024-2                                                                       663.0µ ± ∞ ¹%0AStore/AddWithGcParallel-1024-4                                                                       701.0µ ± ∞ ¹%0AStore/Iterate-1                                                                                      350.9n ± ∞ ¹%0AStore/Iterate-1-2                                                                                    349.7n ± ∞ ¹%0AStore/Iterate-1-4                                                                                    350.2n ± ∞ ¹%0AStore/Iterate-2                                                                                      362.7n ± ∞ ¹%0AStore/Iterate-2-2                                                                                    362.3n ± ∞ ¹%0AStore/Iterate-2-4                                                                                    361.8n ± ∞ ¹%0AStore/Iterate-4                                                                                      383.5n ± ∞ ¹%0AStore/Iterate-4-2                                                                                    383.4n ± ∞ ¹%0AStore/Iterate-4-4                                                                                    382.2n ± ∞ ¹%0AStore/Iterate-8                                                                                      404.7n ± ∞ ¹%0AStore/Iterate-8-2                                                                                    404.0n ± ∞ ¹%0AStore/Iterate-8-4                                                                                    404.2n ± ∞ ¹%0AStore/Iterate-16                                                                                     533.5n ± ∞ ¹%0AStore/Iterate-16-2                                                                                   533.9n ± ∞ ¹%0AStore/Iterate-16-4                                                                                   532.8n ± ∞ ¹%0AStore/Iterate-32                                                                                     724.9n ± ∞ ¹%0AStore/Iterate-32-2                                                                                   722.4n ± ∞ ¹%0AStore/Iterate-32-4                                                                                   718.8n ± ∞ ¹%0AStore/Iterate-64                                                                                     1.107µ ± ∞ ¹%0AStore/Iterate-64-2                                                                                   1.104µ ± ∞ ¹%0AStore/Iterate-64-4                                                                                   1.102µ ± ∞ ¹%0AStore/Iterate-128                                                                                    1.891µ ± ∞ ¹%0AStore/Iterate-128-2                                                                                  1.885µ ± ∞ ¹%0AStore/Iterate-128-4                                                                                  1.924µ ± ∞ ¹%0AStore/Iterate-256                                                                                    3.549µ ± ∞ ¹%0AStore/Iterate-256-2                                                                                  3.550µ ± ∞ ¹%0AStore/Iterate-256-4                                                                                  3.562µ ± ∞ ¹%0AStore/Iterate-512                                                                                    6.891µ ± ∞ ¹%0AStore/Iterate-512-2                                                                                  6.894µ ± ∞ ¹%0AStore/Iterate-512-4                                                                                  6.911µ ± ∞ ¹%0AStore/Iterate-1024                                                                                   13.44µ ± ∞ ¹%0AStore/Iterate-1024-2                                                                                 13.57µ ± ∞ ¹%0AStore/Iterate-1024-4                                                                                 13.59µ ± ∞ ¹%0AStore/IterateParallel-1                                                                              327.4n ± ∞ ¹%0AStore/IterateParallel-1-2                                                                            393.0n ± ∞ ¹%0AStore/IterateParallel-1-4                                                                            422.0n ± ∞ ¹%0AStore/IterateParallel-2                                                                              340.1n ± ∞ ¹%0AStore/IterateParallel-2-2                                                                            423.3n ± ∞ ¹%0AStore/IterateParallel-2-4                                                                            441.9n ± ∞ ¹%0AStore/IterateParallel-4                                                                              361.6n ± ∞ ¹%0AStore/IterateParallel-4-2                                                                            453.9n ± ∞ ¹%0AStore/IterateParallel-4-4                                                                            482.8n ± ∞ ¹%0AStore/IterateParallel-8                                                                              380.8n ± ∞ ¹%0AStore/IterateParallel-8-2                                                                            562.9n ± ∞ ¹%0AStore/IterateParallel-8-4                                                                            653.4n ± ∞ ¹%0AStore/IterateParallel-16                                                                             510.9n ± ∞ ¹%0AStore/IterateParallel-16-2                                                                           529.6n ± ∞ ¹%0AStore/IterateParallel-16-4                                                                           841.1n ± ∞ ¹%0AStore/IterateParallel-32                                                                             697.6n ± ∞ ¹%0AStore/IterateParallel-32-2                                                                           745.3n ± ∞ ¹%0AStore/IterateParallel-32-4                                                                           1.039µ ± ∞ ¹%0AStore/IterateParallel-64                                                                             1.082µ ± ∞ ¹%0AStore/IterateParallel-64-2                                                                           674.0n ± ∞ ¹%0AStore/IterateParallel-64-4                                                                           962.7n ± ∞ ¹%0AStore/IterateParallel-128                                                                            1.876µ ± ∞ ¹%0AStore/IterateParallel-128-2                                                                          965.2n ± ∞ ¹%0AStore/IterateParallel-128-4                                                                          1.071µ ± ∞ ¹%0AStore/IterateParallel-256                                                                            3.539µ ± ∞ ¹%0AStore/IterateParallel-256-2                                                                          1.782µ ± ∞ ¹%0AStore/IterateParallel-256-4                                                                          1.632µ ± ∞ ¹%0AStore/IterateParallel-512                                                                            6.849µ ± ∞ ¹%0AStore/IterateParallel-512-2                                                                          3.466µ ± ∞ ¹%0AStore/IterateParallel-512-4                                                                          3.122µ ± ∞ ¹%0AStore/IterateParallel-1024                                                                           13.55µ ± ∞ ¹%0AStore/IterateParallel-1024-2                                                                         6.833µ ± ∞ ¹%0AStore/IterateParallel-1024-4                                                                         6.085µ ± ∞ ¹%0AStore/IterateWithGc-1                                                                                1.936µ ± ∞ ¹%0AStore/IterateWithGc-1-2                                                                              1.827µ ± ∞ ¹%0AStore/IterateWithGc-1-4                                                                              1.834µ ± ∞ ¹%0AStore/IterateWithGc-2                                                                                1.949µ ± ∞ ¹%0AStore/IterateWithGc-2-2                                                                              1.853µ ± ∞ ¹%0AStore/IterateWithGc-2-4                                                                              1.865µ ± ∞ ¹%0AStore/IterateWithGc-4                                                                                2.025µ ± ∞ ¹%0AStore/IterateWithGc-4-2                                                                              1.900µ ± ∞ ¹%0AStore/IterateWithGc-4-4                                                                              1.904µ ± ∞ ¹%0AStore/IterateWithGc-8                                                                                2.111µ ± ∞ ¹%0AStore/IterateWithGc-8-2                                                                              1.948µ ± ∞ ¹%0AStore/IterateWithGc-8-4                                                                              1.951µ ± ∞ ¹%0AStore/IterateWithGc-16                                                                               2.525µ ± ∞ ¹%0AStore/IterateWithGc-16-2                                                                             2.226µ ± ∞ ¹%0AStore/IterateWithGc-16-4                                                                             2.238µ ± ∞ ¹%0AStore/IterateWithGc-32                                                                               3.086µ ± ∞ ¹%0AStore/IterateWithGc-32-2                                                                             2.662µ ± ∞ ¹%0AStore/IterateWithGc-32-4                                                                             2.663µ ± ∞ ¹%0AStore/IterateWithGc-64                                                                               3.926µ ± ∞ ¹%0AStore/IterateWithGc-64-2                                                                             3.538µ ± ∞ ¹%0AStore/IterateWithGc-64-4                                                                             3.542µ ± ∞ ¹%0AStore/IterateWithGc-128                                                                              5.649µ ± ∞ ¹%0AStore/IterateWithGc-128-2                                                                            5.362µ ± ∞ ¹%0AStore/IterateWithGc-128-4                                                                            5.369µ ± ∞ ¹%0AStore/IterateWithGc-256                                                                              9.946µ ± ∞ ¹%0AStore/IterateWithGc-256-2                                                                            9.096µ ± ∞ ¹%0AStore/IterateWithGc-256-4                                                                            9.084µ ± ∞ ¹%0AStore/IterateWithGc-512                                                                              17.66µ ± ∞ ¹%0AStore/IterateWithGc-512-2                                                                            16.48µ ± ∞ ¹%0AStore/IterateWithGc-512-4                                                                            16.33µ ± ∞ ¹%0AStore/IterateWithGc-1024                                                                             31.95µ ± ∞ ¹%0AStore/IterateWithGc-1024-2                                                                           31.40µ ± ∞ ¹%0AStore/IterateWithGc-1024-4                                                                           31.56µ ± ∞ ¹%0AStore/IterateWithGcParallel-1                                                                        329.0n ± ∞ ¹%0AStore/IterateWithGcParallel-1-2                                                                      384.9n ± ∞ ¹%0AStore/IterateWithGcParallel-1-4                                                                      418.5n ± ∞ ¹%0AStore/IterateWithGcParallel-2                                                                        342.1n ± ∞ ¹%0AStore/IterateWithGcParallel-2-2                                                                      414.0n ± ∞ ¹%0AStore/IterateWithGcParallel-2-4                                                                      431.2n ± ∞ ¹%0AStore/IterateWithGcParallel-4                                                                        360.8n ± ∞ ¹%0AStore/IterateWithGcParallel-4-2                                                                      437.9n ± ∞ ¹%0AStore/IterateWithGcParallel-4-4                                                                      482.1n ± ∞ ¹%0AStore/IterateWithGcParallel-8                                                                        381.8n ± ∞ ¹%0AStore/IterateWithGcParallel-8-2                                                                      547.8n ± ∞ ¹%0AStore/IterateWithGcParallel-8-4                                                                      640.2n ± ∞ ¹%0AStore/IterateWithGcParallel-16                                                                       508.7n ± ∞ ¹%0AStore/IterateWithGcParallel-16-2                                                                     506.0n ± ∞ ¹%0AStore/IterateWithGcParallel-16-4                                                                     813.2n ± ∞ ¹%0AStore/IterateWithGcParallel-32                                                                       695.5n ± ∞ ¹%0AStore/IterateWithGcParallel-32-2                                                                     770.0n ± ∞ ¹%0AStore/IterateWithGcParallel-32-4                                                                     1.033µ ± ∞ ¹%0AStore/IterateWithGcParallel-64                                                                       1.088µ ± ∞ ¹%0AStore/IterateWithGcParallel-64-2                                                                     665.4n ± ∞ ¹%0AStore/IterateWithGcParallel-64-4                                                                     959.5n ± ∞ ¹%0AStore/IterateWithGcParallel-128                                                                      1.882µ ± ∞ ¹%0AStore/IterateWithGcParallel-128-2                                                                    957.6n ± ∞ ¹%0AStore/IterateWithGcParallel-128-4                                                                    1.074µ ± ∞ ¹%0AStore/IterateWithGcParallel-256                                                                      3.529µ ± ∞ ¹%0AStore/IterateWithGcParallel-256-2                                                                    1.791µ ± ∞ ¹%0AStore/IterateWithGcParallel-256-4                                                                    1.635µ ± ∞ ¹%0AStore/IterateWithGcParallel-512                                                                      6.807µ ± ∞ ¹%0AStore/IterateWithGcParallel-512-2                                                                    3.465µ ± ∞ ¹%0AStore/IterateWithGcParallel-512-4                                                                    3.131µ ± ∞ ¹%0AStore/IterateWithGcParallel-1024                                                                     13.51µ ± ∞ ¹%0AStore/IterateWithGcParallel-1024-2                                                                   6.871µ ± ∞ ¹%0AStore/IterateWithGcParallel-1024-4                                                                   6.119µ ± ∞ ¹%0AMetric/GetDatum-2                                                                                    971.2n ± ∞ ¹%0AMetric/GetDatum-2-2                                                                                  1.012µ ± ∞ ¹%0AMetric/GetDatum-2-4                                                                                  1.064µ ± ∞ ¹%0AMetric/GetDatum-4                                                                                    1.554µ ± ∞ ¹%0AMetric/GetDatum-4-2                                                                                  1.474µ ± ∞ ¹%0AMetric/GetDatum-4-4                                                                                  1.695µ ± ∞ ¹%0AMetric/GetDatum-8                                                                                    3.068µ ± ∞ ¹%0AMetric/GetDatum-8-2                                                                                  2.885µ ± ∞ ¹%0AMetric/GetDatum-8-4                                                                                  3.191µ ± ∞ ¹%0AMetric/GetDatum-16                                                                                   6.006µ ± ∞ ¹%0AMetric/GetDatum-16-2                                                                                 5.870µ ± ∞ ¹%0AMetric/GetDatum-16-4                                                                                 6.457µ ± ∞ ¹%0AMetric/GetDatum-32                                                                                   11.38µ ± ∞ ¹%0AMetric/GetDatum-32-2                                                                                 11.64µ ± ∞ ¹%0AMetric/GetDatum-32-4                                                                                 12.52µ ± ∞ ¹%0AMetric/GetDatum-64                                                                                   24.21µ ± ∞ ¹%0AMetric/GetDatum-64-2                                                                                 22.93µ ± ∞ ¹%0AMetric/GetDatum-64-4                                                                                 25.27µ ± ∞ ¹%0AMetric/GetDatum-128                                                                                  53.83µ ± ∞ ¹%0AMetric/GetDatum-128-2                                                                                48.28µ ± ∞ ¹%0AMetric/GetDatum-128-4                                                                                53.10µ ± ∞ ¹%0AMetric/GetDatum-256                                                                                  116.0µ ± ∞ ¹%0AMetric/GetDatum-256-2                                                                                108.5µ ± ∞ ¹%0AMetric/GetDatum-256-4                                                                                115.9µ ± ∞ ¹%0AMetric/GetDatum-512                                                                                  260.6µ ± ∞ ¹%0AMetric/GetDatum-512-2                                                                                243.1µ ± ∞ ¹%0AMetric/GetDatum-512-4                                                                                262.8µ ± ∞ ¹%0AMetric/GetDatum-1024                                                                                 554.9µ ± ∞ ¹%0AMetric/GetDatum-1024-2                                                                               515.2µ ± ∞ ¹%0AMetric/GetDatum-1024-4                                                                               603.2µ ± ∞ ¹%0AMetric/GetDatum-2048                                                                                 1.284m ± ∞ ¹%0AMetric/GetDatum-2048-2                                                                               1.011m ± ∞ ¹%0AMetric/GetDatum-2048-4                                                                               1.109m ± ∞ ¹%0AMetric/GetDatum-4096                                                                                 3.383m ± ∞ ¹%0AMetric/GetDatum-4096-2                                                                               2.492m ± ∞ ¹%0AMetric/GetDatum-4096-4                                                                               2.779m ± ∞ ¹%0AMetric/GetDatum-8192                                                                                 8.288m ± ∞ ¹%0AMetric/GetDatum-8192-2                                                                               6.653m ± ∞ ¹%0AMetric/GetDatum-8192-4                                                                               7.158m ± ∞ ¹%0AMetric/GetDatumParallel-2                                                                            1.035µ ± ∞ ¹%0AMetric/GetDatumParallel-2-2                                                                          1.339µ ± ∞ ¹%0AMetric/GetDatumParallel-2-4                                                                          1.433µ ± ∞ ¹%0AMetric/GetDatumParallel-4                                                                            1.678µ ± ∞ ¹%0AMetric/GetDatumParallel-4-2                                                                          2.182µ ± ∞ ¹%0AMetric/GetDatumParallel-4-4                                                                          2.300µ ± ∞ ¹%0AMetric/GetDatumParallel-8                                                                            2.899µ ± ∞ ¹%0AMetric/GetDatumParallel-8-2                                                                          3.706µ ± ∞ ¹%0AMetric/GetDatumParallel-8-4                                                                          4.660µ ± ∞ ¹%0AMetric/GetDatumParallel-16                                                                           6.331µ ± ∞ ¹%0AMetric/GetDatumParallel-16-2                                                                         7.655µ ± ∞ ¹%0AMetric/GetDatumParallel-16-4                                                                         9.194µ ± ∞ ¹%0AMetric/GetDatumParallel-32                                                                           12.15µ ± ∞ ¹%0AMetric/GetDatumParallel-32-2                                                                         15.68µ ± ∞ ¹%0AMetric/GetDatumParallel-32-4                                                                         19.57µ ± ∞ ¹%0AMetric/GetDatumParallel-64                                                                           24.78µ ± ∞ ¹%0AMetric/GetDatumParallel-64-2                                                                         32.27µ ± ∞ ¹%0AMetric/GetDatumParallel-64-4                                                                         39.63µ ± ∞ ¹%0AMetric/GetDatumParallel-128                                                                          55.88µ ± ∞ ¹%0AMetric/GetDatumParallel-128-2                                                                        67.79µ ± ∞ ¹%0AMetric/GetDatumParallel-128-4                                                                        83.25µ ± ∞ ¹%0AMetric/GetDatumParallel-256                                                                          118.9µ ± ∞ ¹%0AMetric/GetDatumParallel-256-2                                                                        145.5µ ± ∞ ¹%0AMetric/GetDatumParallel-256-4                                                                        177.6µ ± ∞ ¹%0AMetric/GetDatumParallel-512                                                                          266.0µ ± ∞ ¹%0AMetric/GetDatumParallel-512-2                                                                        324.2µ ± ∞ ¹%0AMetric/GetDatumParallel-512-4                                                                        382.7µ ± ∞ ¹%0AMetric/GetDatumParallel-1024                                                                         559.0µ ± ∞ ¹%0AMetric/GetDatumParallel-1024-2                                                                       678.9µ ± ∞ ¹%0AMetric/GetDatumParallel-1024-4                                                                       793.3µ ± ∞ ¹%0AMetric/GetDatumParallel-2048                                                                         1.294m ± ∞ ¹%0AMetric/GetDatumParallel-2048-2                                                                       1.271m ± ∞ ¹%0AMetric/GetDatumParallel-2048-4                                                                       1.443m ± ∞ ¹%0AMetric/GetDatumParallel-4096                                                                         3.324m ± ∞ ¹%0AMetric/GetDatumParallel-4096-2                                                                       2.950m ± ∞ ¹%0AMetric/GetDatumParallel-4096-4                                                                       3.113m ± ∞ ¹%0AMetric/GetDatumParallel-8192                                                                         8.341m ± ∞ ¹%0AMetric/GetDatumParallel-8192-2                                                                       7.226m ± ∞ ¹%0AMetric/GetDatumParallel-8192-4                                                                       7.654m ± ∞ ¹%0Ageomean                                                                                              9.958µ%0A¹ need >= 6 samples for confidence interval at level 0.95%0A%0Apkg: github.com/google/mtail/internal/metrics/datum%0A                     │ test-results/benchmark-results-dependabot-github_actions-actions-stale-9.txt │%0A                     │                                    sec/op                                    │%0AIncrementScalarInt                                                                     4.977n ± ∞ ¹%0AIncrementScalarInt-2                                                                   4.973n ± ∞ ¹%0AIncrementScalarInt-4                                                                   4.971n ± ∞ ¹%0ADecrementScalarInt                                                                     4.969n ± ∞ ¹%0ADecrementScalarInt-2                                                                   4.970n ± ∞ ¹%0ADecrementScalarInt-4                                                                   4.973n ± ∞ ¹%0Ageomean                                                                                4.972n%0A¹ need >= 6 samples for confidence interval at level 0.95%0A%0Apkg: github.com/google/mtail/internal/mtail%0A                                                                             │ test-results/benchmark-results-dependabot-github_actions-actions-stale-9.txt │%0A                                                                             │                                    sec/op                                    │%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log                                                                                           2.712m ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-2                                                                                         3.074m ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-4                                                                                         3.346m ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log                                                                                        1.037m ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-2                                                                                      1.174m ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-4                                                                                      1.332m ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log                                                                                  674.3m ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-2                                                                                721.9m ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-4                                                                                763.8m ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4                                                                                                   185.3µ ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-2                                                                                                 195.6µ ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-4                                                                                                 217.3µ ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats                                                                              61.11µ ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-2                                                                            56.77µ ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-4                                                                            63.70µ ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log                                                                         104.0µ ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-2                                                                       104.5µ ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-4                                                                       112.4µ ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log                                                                             91.69µ ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-2                                                                           105.3µ ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-4                                                                           107.4µ ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log                                                                                           536.0µ ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-2                                                                                         591.7µ ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-4                                                                                         645.3µ ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog                                                                                       100.2µ ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-2                                                                                     108.2µ ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-4                                                                                     120.6µ ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log                                                                                115.3µ ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-2                                                                              119.2µ ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-4                                                                              128.4µ ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log                                                                     351.6µ ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-2                                                                   369.7µ ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-4                                                                   401.1µ ± ∞ ¹%0Ageomean                                                                                                                                        532.2µ%0A¹ need >= 6 samples for confidence interval at level 0.95%0A%0A                                                                             │ test-results/benchmark-results-dependabot-github_actions-actions-stale-9.txt │%0A                                                                             │                                     B/s                                      │%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log                                                                                          2.797Gi ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-2                                                                                        2.134Gi ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-4                                                                                        1.832Gi ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log                                                                                       20.76Gi ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-2                                                                                     16.12Gi ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-4                                                                                     12.49Gi ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log                                                                                 15.36Mi ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-2                                                                               14.35Mi ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-4                                                                               13.56Mi ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4                                                                                                  30.53Gi ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-2                                                                                                28.13Gi ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-4                                                                                                22.69Gi ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats                                                                             16.87Gi ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-2                                                                           19.53Gi ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-4                                                                           15.67Gi ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log                                                                        56.51Gi ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-2                                                                      56.53Gi ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-4                                                                      50.62Gi ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log                                                                            39.69Gi ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-2                                                                          26.52Gi ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-4                                                                          25.74Gi ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log                                                                                          45.72Gi ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-2                                                                                        38.37Gi ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-4                                                                                        31.98Gi ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog                                                                                      125.5Gi ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-2                                                                                    96.33Gi ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-4                                                                                    83.05Gi ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log                                                                               202.7Gi ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-2                                                                             185.3Gi ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-4                                                                             156.3Gi ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log                                                                    12.02Gi ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-2                                                                  10.14Gi ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-4                                                                  9.416Gi ± ∞ ¹%0Ageomean                                                                                                                                       13.53Gi%0A¹ need >= 6 samples for confidence interval at level 0.95%0A%0A                                                                             │ test-results/benchmark-results-dependabot-github_actions-actions-stale-9.txt │%0A                                                                             │                                     B/op                                     │%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log                                                                                          281.2Ki ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-2                                                                                        282.2Ki ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-4                                                                                        286.9Ki ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log                                                                                       224.7Ki ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-2                                                                                     225.1Ki ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-4                                                                                     226.3Ki ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log                                                                                 100.4Mi ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-2                                                                               100.6Mi ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-4                                                                               102.4Mi ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4                                                                                                  52.50Ki ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-2                                                                                                52.55Ki ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-4                                                                                                53.33Ki ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats                                                                             36.04Ki ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-2                                                                           36.06Ki ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-4                                                                           36.35Ki ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log                                                                        44.63Ki ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-2                                                                      44.66Ki ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-4                                                                      45.30Ki ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log                                                                            42.64Ki ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-2                                                                          42.69Ki ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-4                                                                          43.69Ki ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log                                                                                          135.1Ki ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-2                                                                                        135.2Ki ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-4                                                                                        135.9Ki ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog                                                                                      42.86Ki ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-2                                                                                    42.88Ki ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-4                                                                                    43.25Ki ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log                                                                               49.23Ki ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-2                                                                             49.24Ki ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-4                                                                             49.51Ki ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log                                                                    79.39Ki ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-2                                                                  79.46Ki ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-4                                                                  80.43Ki ± ∞ ¹%0Ageomean                                                                                                                                       144.1Ki%0A¹ need >= 6 samples for confidence interval at level 0.95%0A%0A                                                                             │ test-results/benchmark-results-dependabot-github_actions-actions-stale-9.txt │%0A                                                                             │                                  allocs/op                                   │%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log                                                                                           5.482k ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-2                                                                                         5.482k ± ∞ ¹%0AProgram/examples/rsyncd.mtail_on_testdata/rsyncd.log-4                                                                                         5.484k ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log                                                                                        3.087k ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-2                                                                                      3.087k ± ∞ ¹%0AProgram/examples/sftp.mtail_on_testdata/sftp_chroot.log-4                                                                                      3.087k ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log                                                                                  1.105M ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-2                                                                                1.105M ± ∞ ¹%0AProgram/examples/dhcpd.mtail_on_testdata/anonymised_dhcpd_log-4                                                                                1.106M ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4                                                                                                    241.0 ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-2                                                                                                  241.0 ± ∞ ¹%0AProgram/examples/ntpd.mtail_on_testdata/ntp4-4                                                                                                  241.0 ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats                                                                               100.0 ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-2                                                                             100.0 ± ∞ ¹%0AProgram/examples/ntpd_peerstats.mtail_on_testdata/xntp3_peerstats-4                                                                             100.0 ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log                                                                          231.0 ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-2                                                                        231.0 ± ∞ ¹%0AProgram/examples/apache_combined.mtail_on_testdata/apache-combined.log-4                                                                        231.0 ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log                                                                              218.0 ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-2                                                                            218.0 ± ∞ ¹%0AProgram/examples/apache_common.mtail_on_testdata/apache-common.log-4                                                                            218.0 ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log                                                                                           1.676k ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-2                                                                                         1.676k ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_log-4                                                                                         1.677k ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog                                                                                        173.0 ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-2                                                                                      173.0 ± ∞ ¹%0AProgram/examples/vsftpd.mtail_on_testdata/vsftpd_xferlog-4                                                                                      173.0 ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log                                                                                 195.0 ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-2                                                                               195.0 ± ∞ ¹%0AProgram/examples/lighttpd.mtail_on_testdata/lighttpd_access.log-4                                                                               195.0 ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log                                                                      910.0 ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-2                                                                    910.0 ± ∞ ¹%0AProgram/examples/mysql_slowqueries.mtail_on_testdata/mysql_slowqueries.log-4                                                                    910.0 ± ∞ ¹%0Ageomean                                                                                                                                        1.014k%0A¹ need >= 6 samples for confidence interval at level 0.95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant