8000 build(deps): Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by dependabot[bot] · Pull Request #171 · urans/mtail · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 #171

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

Conversation

dependabot[bot]
Copy link
@dependabot dependabot bot commented on behalf of github Apr 8, 2025

Bumps github.com/prometheus/client_golang from 1.21.1 to 1.22.0.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.22.0 - 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
  • d50be25 Cut 1.22.0 (#1793)
  • 1043db7 Cut 1.22.0-rc.0 (#1768)
  • e575c9c promhttp: Isolate zstd support and klauspost/compress library use to promhttp...
  • f2276aa Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...
  • 9df772c build(deps): bump peter-evans/create-pull-request
  • a3548c5 Merge pull request #1754 from saswatamcode/exp-eh
  • 60fd2b0 Remove go.work file for now
  • 8f9d0de exp: Add dependabot config
  • c5cf981 Merge pull request #1762 from prometheus/release-1.21
  • e84c305 exp: Reset snappy buf (#1756)
  • 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 [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.1...v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 8, 2025
Copy link
github-actions bot commented Apr 8, 2025

Benchmark Result

Benchmark diff with base
goos: linux
goarch: amd64
pkg: github.com/google/mtail/internal/metrics
cpu: AMD EPYC 7763 64-Core Processor                
                                   │ test-results/benchmark-results-dependabot-go_modules-github.com-prometheus-client_golang-1.22.0.txt │
                                   │                                               sec/op                                                │
Store/Add-1                                                                                                                 712.1n ± ∞ ¹
Store/Add-1-2                                                                                                               668.5n ± ∞ ¹
Store/Add-1-4                                                                                                               673.1n ± ∞ ¹
Store/Add-2                                                                                                                 1.255µ ± ∞ ¹
Store/Add-2-2                                                                                                               1.156µ ± ∞ ¹
Store/Add-2-4                                                                                                               1.158µ ± ∞ ¹
Store/Add-4                                                                                                                 2.333µ ± ∞ ¹
Store/Add-4-2                                                                                                               2.137µ ± ∞ ¹
Store/Add-4-4                                                                                                               2.147µ ± ∞ ¹
Store/Add-8                                                                                                                 4.681µ ± ∞ ¹
Store/Add-8-2                                                                                                               4.195µ ± ∞ ¹
Store/Add-8-4                                                                                                               4.210µ ± ∞ ¹
Store/Add-16                                                                                                                9.473µ ± ∞ ¹
Store/Add-16-2                                                                                                              8.478µ ± ∞ ¹
Store/Add-16-4                                                                                                              8.567µ ± ∞ ¹
Store/Add-32                                                                                                                18.63µ ± ∞ ¹
Store/Add-32-2                                                                                                              17.01µ ± ∞ ¹
Store/Add-32-4                                                                                                              17.24µ ± ∞ ¹
Store/Add-64                                                                                                                38.07µ ± ∞ ¹
Store/Add-64-2                                                                                                              34.61µ ± ∞ ¹
Store/Add-64-4                                                                                                              36.91µ ± ∞ ¹
Store/Add-128                                                                                                               76.63µ ± ∞ ¹
Store/Add-128-2                                                                                                             70.29µ ± ∞ ¹
Store/Add-128-4                                                                                                             71.55µ ± ∞ ¹
Store/Add-256                                                                                                               161.2µ ± ∞ ¹
Store/Add-256-2                                                                                                             147.9µ ± ∞ ¹
Store/Add-256-4                                                                                                             147.4µ ± ∞ ¹
Store/Add-512                                                                                                               334.9µ ± ∞ ¹
Store/Add-512-2                                                                                                             308.4µ ± ∞ ¹
Store/Add-512-4                                                                                                             312.2µ ± ∞ ¹
Store/Add-1024                                                                                                              686.3µ ± ∞ ¹
Store/Add-1024-2                                                                                                            617.2µ ± ∞ ¹
Store/Add-1024-4                                                                                                            618.9µ ± ∞ ¹
Store/AddParallel-1                                                                                                         723.4n ± ∞ ¹
Store/AddParallel-1-2                                                                                                       866.2n ± ∞ ¹
Store/AddParallel-1-4                                                                                                       963.4n ± ∞ ¹
Store/AddParallel-2                                                                                                         1.260µ ± ∞ ¹
Store/AddParallel-2-2                                                                                                       1.339µ ± ∞ ¹
Store/AddParallel-2-4                                                                                                       1.467µ ± ∞ ¹
Store/AddParallel-4                                                                                                         2.377µ ± ∞ ¹
Store/AddParallel-4-2                                                                                                       2.500µ ± ∞ ¹
Store/AddParallel-4-4                                                                                                       2.732µ ± ∞ ¹
Store/AddParallel-8                                                                                                         4.625µ ± ∞ ¹
Store/AddParallel-8-2                                                                                                       4.833µ ± ∞ ¹
Store/AddParallel-8-4                                                                                                       5.300µ ± ∞ ¹
Store/AddParallel-16                                                                                                        9.322µ ± ∞ ¹
Store/AddParallel-16-2                                                                                                      9.943µ ± ∞ ¹
Store/AddParallel-16-4                                                                                                      10.75µ ± ∞ ¹
Store/AddParallel-32                                                                                                        18.89µ ± ∞ ¹
Store/AddParallel-32-2                                                                                                      19.81µ ± ∞ ¹
Store/AddParallel-32-4                                                                                                      21.78µ ± ∞ ¹
Store/AddParallel-64                                                                                                        37.90µ ± ∞ ¹
Store/AddParallel-64-2                                                                                                      39.82µ ± ∞ ¹
Store/AddParallel-64-4                                                                                                      43.48µ ± ∞ ¹
Store/AddParallel-128                                                                                                       78.85µ ± ∞ ¹
Store/AddParallel-128-2                                                                                                     82.95µ ± ∞ ¹
Store/AddParallel-128-4                                                                                                     91.56µ ± ∞ ¹
Store/AddParallel-256                                                                                                       160.8µ ± ∞ ¹
Store/AddParallel-256-2                                                                                                     171.5µ ± ∞ ¹
Store/AddParallel-256-4                                                                                                     186.5µ ± ∞ ¹
Store/AddParallel-512                                                                                                       336.0µ ± ∞ ¹
Store/AddParallel-512-2                                                                                                     351.6µ ± ∞ ¹
Store/AddParallel-512-4                                                                                                     389.1µ ± ∞ ¹
Store/AddParallel-1024                                                                                                      683.1µ ± ∞ ¹
Store/AddParallel-1024-2                                                                                                    703.8µ ± ∞ ¹
Store/AddParallel-1024-4                                                                                                    763.4µ ± ∞ ¹
Store/AddWithGc-1                                                                                                           2.293µ ± ∞ ¹
Store/AddWithGc-1-2                                                                                                         2.170µ ± ∞ ¹
Store/AddWithGc-1-4                                                                                                         2.191µ ± ∞ ¹
Store/AddWithGc-2                                                                                                           2.873µ ± ∞ ¹
Store/AddWithGc-2-2                                                                                                         2.694µ ± ∞ ¹
Store/AddWithGc-2-4                                                                                                         2.723µ ± ∞ ¹
Store/AddWithGc-4                                                                                                           4.036µ ± ∞ ¹
Store/AddWithGc-4-2                                                                                                         3.751µ ± ∞ ¹
Store/AddWithGc-4-4                                                                                                         3.770µ ± ∞ ¹
Store/AddWithGc-8                                                                                                           6.515µ ± ∞ ¹
Store/AddWithGc-8-2                                                                                                         5.912µ ± ∞ ¹
Store/AddWithGc-8-4                                                                                                         5.902µ ± ∞ ¹
Store/AddWithGc-16                                                                                                          11.52µ ± ∞ ¹
Store/AddWithGc-16-2                                                                                                        10.56µ ± ∞ ¹
Store/AddWithGc-16-4                                                                                                        10.55µ ± ∞ ¹
Store/AddWithGc-32                                                                                                          21.68µ ± ∞ ¹
Store/AddWithGc-32-2                                                                                                        19.41µ ± ∞ ¹
Store/AddWithGc-32-4                                                                                                        19.77µ ± ∞ ¹
Store/AddWithGc-64                                                                                                          41.78µ ± ∞ ¹
Store/AddWithGc-64-2                                                                                                        37.79µ ± ∞ ¹
Store/AddWithGc-64-4                                                                                                        38.21µ ± ∞ ¹
Store/AddWithGc-128                                                                                                         84.76µ ± ∞ ¹
Store/AddWithGc-128-2                                                                                                       76.62µ ± ∞ ¹
Store/AddWithGc-128-4                                                                                                       78.74µ ± ∞ ¹
Store/AddWithGc-256                                                                                                         175.1µ ± ∞ ¹
Store/AddWithGc-256-2                                                                                                       155.6µ ± ∞ ¹
Store/AddWithGc-256-4                                                                                                       159.2µ ± ∞ ¹
Store/AddWithGc-512                                                                                                         349.9µ ± ∞ ¹
Store/AddWithGc-512-2                                                                                                       321.8µ ± ∞ ¹
Store/AddWithGc-512-4                                                                                                       326.0µ ± ∞ ¹
Store/AddWithGc-1024                                                                                                        727.1µ ± ∞ ¹
Store/AddWithGc-1024-2                                                                                                      636.0µ ± ∞ ¹
Store/AddWithGc-1024-4                                                                                                      644.6µ ± ∞ ¹
Store/AddWithGcParallel-1                                                                                                   717.0n ± ∞ ¹
Store/AddWithGcParallel-1-2                                                                                                 881.2n ± ∞ ¹
Store/AddWithGcParallel-1-4                                                                                                 966.7n ± ∞ ¹
Store/AddWithGcParallel-2                                                                                                   1.244µ ± ∞ ¹
Store/AddWithGcParallel-2-2                                                                                                 1.338µ ± ∞ ¹
Store/AddWithGcParallel-2-4                                                                                                 1.474µ ± ∞ ¹
Store/AddWithGcParallel-4                                                                                                   2.373µ ± ∞ ¹
Store/AddWithGcParallel-4-2                                                                                                 2.491µ ± ∞ ¹
Store/AddWithGcParallel-4-4                                                                                                 2.735µ ± ∞ ¹
Store/AddWithGcParallel-8                                                                                                   4.627µ ± ∞ ¹
Store/AddWithGcParallel-8-2                                                                                                 4.911µ ± ∞ ¹
Store/AddWithGcParallel-8-4                                                                                                 5.301µ ± ∞ ¹
Store/AddWithGcParallel-16                                                                                                  9.348µ ± ∞ ¹
Store/AddWithGcParallel-16-2                                                                                                10.02µ ± ∞ ¹
Store/AddWithGcParallel-16-4                                                                                                10.73µ ± ∞ ¹
Store/AddWithGcParallel-32                                                                                                  18.95µ ± ∞ ¹
Store/AddWithGcParallel-32-2                                                                                                20.15µ ± ∞ ¹
Store/AddWithGcParallel-32-4                                                                                                21.58µ ± ∞ ¹
Store/AddWithGcParallel-64                                                                                                  38.46µ ± ∞ ¹
Store/AddWithGcParallel-64-2                                                                                                39.84µ ± ∞ ¹
Store/AddWithGcParallel-64-4                                                                                                45.02µ ± ∞ ¹
Store/AddWithGcParallel-128                                                                                                 78.27µ ± ∞ ¹
Store/AddWithGcParallel-128-2                                                                                               84.76µ ± ∞ ¹
Store/AddWithGcParallel-128-4                                                                                               91.28µ ± ∞ ¹
Store/AddWithGcParallel-256                                                                                                 163.2µ ± ∞ ¹
Store/AddWithGcParallel-256-2                                                                                               172.8µ ± ∞ ¹
Store/AddWithGcParallel-256-4                                                                                               187.0µ ± ∞ ¹
Store/AddWithGcParallel-512                                                                                                 330.5µ ± ∞ ¹
Store/AddWithGcParallel-512-2                                                                                               352.3µ ± ∞ ¹
Store/AddWithGcParallel-512-4                                                                                               386.2µ ± ∞ ¹
Store/AddWithGcParallel-1024                                                                                                685.4µ ± ∞ ¹
Store/AddWithGcParallel-1024-2                                                                                              709.8µ ± ∞ ¹
Store/AddWithGcParallel-1024-4                                                                                              760.6µ ± ∞ ¹
Store/Iterate-1                                                                                                             205.9n ± ∞ ¹
Store/Iterate-1-2                                                                                                           206.9n ± ∞ ¹
Store/Iterate-1-4                                                                                                           204.4n ± ∞ ¹
Store/Iterate-2                                                                                                             210.9n ± ∞ ¹
Store/Iterate-2-2                                                                                                           219.4n ± ∞ ¹
Store/Iterate-2-4                                                                                                           213.1n ± ∞ ¹
Store/Iterate-4                                                                                                             233.2n ± ∞ ¹
Store/Iterate-4-2                                                                                                           233.0n ± ∞ ¹
Store/Iterate-4-4                                                                                                           237.1n ± ∞ ¹
Store/Iterate-8                                                                                                             249.7n ± ∞ ¹
Store/Iterate-8-2                                                                                                           255.5n ± ∞ ¹
Store/Iterate-8-4                                                                                                           253.4n ± ∞ ¹
Store/Iterate-16                                                                                                            390.1n ± ∞ ¹
Store/Iterate-16-2                                                                                                          388.0n ± ∞ ¹
Store/Iterate-16-4                                                                                                          388.8n ± ∞ ¹
Store/Iterate-32                                                                                                            585.5n ± ∞ ¹
Store/Iterate-32-2                                                                                                          577.8n ± ∞ ¹
Store/Iterate-32-4                                                                                                          592.7n ± ∞ ¹
Store/Iterate-64                                                                                                            992.1n ± ∞ ¹
Store/Iterate-64-2                                                                                                          998.1n ± ∞ ¹
Store/Iterate-64-4                                                                                                          997.6n ± ∞ ¹
Store/Iterate-128                                                                                                           1.798µ ± ∞ ¹
Store/Iterate-128-2                                                                                                         1.807µ ± ∞ ¹
Store/Iterate-128-4                                                                                                         1.832µ ± ∞ ¹
Store/Iterate-256                                                                                                           3.509µ ± ∞ ¹
Store/Iterate-256-2                                                                                                         3.534µ ± ∞ ¹
Store/Iterate-256-4                                                                                                         3.530µ ± ∞ ¹
Store/Iterate-512                                                                                                           7.024µ ± ∞ ¹
Store/Iterate-512-2                                                                                                         6.990µ ± ∞ ¹
Store/Iterate-512-4        
8000
                                                                                                 6.967µ ± ∞ ¹
Store/Iterate-1024                                                                                                          13.87µ ± ∞ ¹
Store/Iterate-1024-2                                                                                                        13.86µ ± ∞ ¹
Store/Iterate-1024-4                                                                                                        13.90µ ± ∞ ¹
Store/IterateParallel-1                                                                                                     200.2n ± ∞ ¹
Store/IterateParallel-1-2                                                                                                   233.8n ± ∞ ¹
Store/IterateParallel-1-4                                                                                                   267.3n ± ∞ ¹
Store/IterateParallel-2                                                                                                     210.7n ± ∞ ¹
Store/IterateParallel-2-2                                                                                                   245.4n ± ∞ ¹
Store/IterateParallel-2-4                                                                                                   286.5n ± ∞ ¹
Store/IterateParallel-4                                                                                                     235.3n ± ∞ ¹
Store/IterateParallel-4-2                                                                                                   299.3n ± ∞ ¹
Store/IterateParallel-4-4                                                                                                   318.9n ± ∞ ¹
Store/IterateParallel-8                                                                                                     249.3n ± ∞ ¹
Store/IterateParallel-8-2                                                                                                   289.1n ± ∞ ¹
Store/IterateParallel-8-4                                                                                                   382.7n ± ∞ ¹
Store/IterateParallel-16                                                                                                    388.2n ± ∞ ¹
Store/IterateParallel-16-2                                                                                                  404.6n ± ∞ ¹
Store/IterateParallel-16-4                                                                                                  390.0n ± ∞ ¹
Store/IterateParallel-32                                                                                                    589.4n ± ∞ ¹
Store/IterateParallel-32-2                                                                                                  369.2n ± ∞ ¹
Store/IterateParallel-32-4                                                                                                  609.1n ± ∞ ¹
Store/IterateParallel-64                                                                                                    997.0n ± ∞ ¹
Store/IterateParallel-64-2                                                                                                  538.3n ± ∞ ¹
Store/IterateParallel-64-4                                                                                                  692.7n ± ∞ ¹
Store/IterateParallel-128                                                                                                   1.791µ ± ∞ ¹
Store/IterateParallel-128-2                                                                                                 951.3n ± ∞ ¹
Store/IterateParallel-128-4                                                                                                 908.2n ± ∞ ¹
Store/IterateParallel-256                                                                                                   3.479µ ± ∞ ¹
Store/IterateParallel-256-2                                                                                                 1.779µ ± ∞ ¹
Store/IterateParallel-256-4                                                                                                 1.626µ ± ∞ ¹
Store/IterateParallel-512                                                                                                   6.989µ ± ∞ ¹
Store/IterateParallel-512-2                                                                                                 3.520µ ± ∞ ¹
Store/IterateParallel-512-4                                                                                                 3.260µ ± ∞ ¹
Store/IterateParallel-1024                                                                                                  13.87µ ± ∞ ¹
Store/IterateParallel-1024-2                                                                                                7.007µ ± ∞ ¹
Store/IterateParallel-1024-4                                                                                                6.383µ ± ∞ ¹
Store/IterateWithGc-1                                                                                                       1.659µ ± ∞ ¹
Store/IterateWithGc-1-2                                                                                                     1.572µ ± ∞ ¹
Store/IterateWithGc-1-4                                                                                                     1.578µ ± ∞ ¹
Store/IterateWithGc-2                                                                                                       1.694µ ± ∞ ¹
Store/IterateWithGc-2-2                                                                                                     1.599µ ± ∞ ¹
Store/IterateWithGc-2-4                                                                                                     1.607µ ± ∞ ¹
Store/IterateWithGc-4                                                                                                       1.765µ ± ∞ ¹
Store/IterateWithGc-4-2                                                                                                     1.645µ ± ∞ ¹
Store/IterateWithGc-4-4                                                                                                     1.651µ ± ∞ ¹
Store/IterateWithGc-8                                                                                                       1.852µ ± ∞ ¹
Store/IterateWithGc-8-2                                                                                                     1.699µ ± ∞ ¹
Store/IterateWithGc-8-4                                                                                                     1.711µ ± ∞ ¹
Store/IterateWithGc-16                                                                                                      2.179µ ± ∞ ¹
Store/IterateWithGc-16-2                                                                                                    1.997µ ± ∞ ¹
Store/IterateWithGc-16-4                                                                                                    1.999µ ± ∞ ¹
Store/IterateWithGc-32                                                                                                      2.690µ ± ∞ ¹
Store/IterateWithGc-32-2                                                                                                    2.447µ ± ∞ ¹
Store/IterateWithGc-32-4                                                                                                    2.443µ ± ∞ ¹
Store/IterateWithGc-64                                                                                                      3.798µ ± ∞ ¹
Store/IterateWithGc-64-2                                                                                                    3.359µ ± ∞ ¹
Store/IterateWithGc-64-4                                                                                                    3.367µ ± ∞ ¹
Store/IterateWithGc-128                                                                                                     5.845µ ± ∞ ¹
Store/IterateWithGc-128-2                                                                                                   5.266µ ± ∞ ¹
Store/IterateWithGc-128-4                                                                                                   5.197µ ± ∞ ¹
Store/IterateWithGc-256                                                                                                     9.527µ ± ∞ ¹
Store/IterateWithGc-256-2                                                                                                   9.068µ ± ∞ ¹
Store/IterateWithGc-256-4                                                                                                   9.023µ ± ∞ ¹
Store/IterateWithGc-512                                                                                                     17.28µ ± ∞ ¹
Store/IterateWithGc-512-2                                                                                                   16.77µ ± ∞ ¹
Store/IterateWithGc-512-4                                                                                                   16.66µ ± ∞ ¹
Store/IterateWithGc-1024                                                                                                    33.39µ ± ∞ ¹
Store/IterateWithGc-1024-2                                                                                                  32.19µ ± ∞ ¹
Store/IterateWithGc-1024-4                                                                                                  31.88µ ± ∞ ¹
Store/IterateWithGcParallel-1                                                                                               201.2n ± ∞ ¹
Store/IterateWithGcParallel-1-2                                                                                             236.9n ± ∞ ¹
Store/IterateWithGcParallel-1-4                                                                                             265.8n ± ∞ ¹
Store/IterateWithGcParallel-2                                                                                               214.2n ± ∞ ¹
Store/IterateWithGcParallel-2-2                                                                                             246.6n ± ∞ ¹
Store/IterateWithGcParallel-2-4                                                                                             289.3n ± ∞ ¹
Store/IterateWithGcParallel-4                                                                                               234.1n ± ∞ ¹
Store/IterateWithGcParallel-4-2                                                                                             294.0n ± ∞ ¹
Store/IterateWithGcParallel-4-4                                                                                             317.9n ± ∞ ¹
Store/IterateWithGcParallel-8                                                                                               254.0n ± ∞ ¹
Store/IterateWithGcParallel-8-2                                                                                             286.4n ± ∞ ¹
Store/IterateWithGcParallel-8-4                                                                                             377.9n ± ∞ ¹
Store/IterateWithGcParallel-16                                                                                              388.2n ± ∞ ¹
Store/IterateWithGcParallel-16-2                                                                                            405.7n ± ∞ ¹
Store/IterateWithGcParallel-16-4                                                                                            390.6n ± ∞ ¹
Store/IterateWithGcParallel-32                                                                                              577.1n ± ∞ ¹
Store/IterateWithGcParallel-32-2                                                                                            366.3n ± ∞ ¹
Store/IterateWithGcParallel-32-4                                                                                            602.2n ± ∞ ¹
Store/IterateWithGcParallel-64                                                                                              1.004µ ± ∞ ¹
Store/IterateWithGcParallel-64-2                                                                                            585.0n ± ∞ ¹
Store/IterateWithGcParallel-64-4                                                                                            727.8n ± ∞ ¹
Store/IterateWithGcParallel-128                                                                                             1.797µ ± ∞ ¹
Store/IterateWithGcParallel-128-2                                                                                           982.0n ± ∞ ¹
Store/IterateWithGcParallel-128-4                                                                                           877.7n ± ∞ ¹
Store/IterateWithGcParallel-256                                                                                             3.511µ ± ∞ ¹
Store/IterateWithGcParallel-256-2                                                                                           1.778µ ± ∞ ¹
Store/IterateWithGcParallel-256-4                                                                                           1.655µ ± ∞ ¹
Store/IterateWithGcParallel-512                                                                                             6.985µ ± ∞ ¹
Store/IterateWithGcParallel-512-2                                                                                           3.525µ ± ∞ ¹
Store/IterateWithGcParallel-512-4                                                                                           3.264µ ± ∞ ¹
Store/IterateWithGcParallel-1024                                                                                            13.87µ ± ∞ ¹
Store/IterateWithGcParallel-1024-2                                                                                          6.993µ ± ∞ ¹
Store/IterateWithGcParallel-1024-4                                                                                          6.344µ ± ∞ ¹
Metric/GetDatum-2                                                                                                           954.9n ± ∞ ¹
Metric/GetDatum-2-2                                                                                                         752.3n ± ∞ ¹
Metric/GetDatum-2-4                                                                                                         907.9n ± ∞ ¹
Metric/GetDatum-4                                                                                                           1.482µ ± ∞ ¹
Metric/GetDatum-4-2                                                                                                         1.483µ ± ∞ ¹
Metric/GetDatum-4-4                                                                                                         1.732µ ± ∞ ¹
Metric/GetDatum-8                                                                                                           2.781µ ± ∞ ¹
Metric/GetDatum-8-2                                                                                                         2.782µ ± ∞ ¹
Metric/GetDatum-8-4                                                                                                         3.186µ ± ∞ ¹
Metric/GetDatum-16                                                                                                          5.840µ ± ∞ ¹
Metric/GetDatum-16-2                                                                                                        5.965µ ± ∞ ¹
Metric/GetDatum-16-4                                                                                                        6.376µ ± ∞ ¹
Metric/GetDatum-32                                                                                                          11.79µ ± ∞ ¹
Metric/GetDatum-32-2                                                                                                        12.27µ ± ∞ ¹
Metric/GetDatum-32-4                                                                                                        12.97µ ± ∞ ¹
Metric/GetDatum-64                                                                                                          24.72µ ± ∞ ¹
Metric/GetDatum-64-2                                                                                                        25.06µ ± ∞ ¹
Metric/GetDatum-64-4                                                                                                        26.49µ ± ∞ ¹
Metric/GetDatum-128                                                                                                         52.58µ ± ∞ ¹
Metric/GetDatum-128-2                                                                                                       52.54µ ± ∞ ¹
Metric/GetDatum-128-4                                                                                                       56.34µ ± ∞ ¹
Metric/GetDatum-256                                                                                                         115.7µ ± ∞ ¹
Metric/GetDatum-256-2                                                                                                       117.1µ ± ∞ ¹
Metric/GetDatum-256-4                                                                                                       122.5µ ± ∞ ¹
Metric/GetDatum-512                                                                                                         260.2µ ± ∞ ¹
Metric/GetDatum-512-2                                                                                                       256.6µ ± ∞ ¹
Metric/GetDatum-512-4                                                                                                       274.2µ ± ∞ ¹
Metric/GetDatum-1024                                                                                                        551.1µ ± ∞ ¹
Metric/GetDatum-1024-2                                                                                                      575.4µ ± ∞ ¹
Metric/GetDatum-1024-4                                                                                                      614.7µ ± ∞ ¹
Metric/GetDatum-2048                                                                                                        1.106m ± ∞ ¹
Metric/GetDatum-2048-2                                                                                                      1.010m ± ∞ ¹
Metric/GetDatum-2048-4                                                                                                      1.092m ± ∞ ¹
Metric/GetDatum-4096                                                                                                        2.287m ± ∞ ¹
Metric/GetDatum-4096-2                                                                                                      1.940m ± ∞ ¹
Metric/GetDatum-4096-4                                                                                                      2.123m ± ∞ ¹
Metric/GetDatum-8192                                                                                                        5.552m ± ∞ ¹
Metric/GetDatum-8192-2                                                                                                      4.267m ± ∞ ¹
Metric/GetDatum-8192-4                                                                                                      4.646m ± ∞ ¹
Metric/GetDatumParallel-2                                                                                                   811.5n ± ∞ ¹
Metric/GetDatumParallel-2-2                                                                                                 1.101µ ± ∞ ¹
Metric/GetDatumParallel-2-4                                                                                                 1.201µ ± ∞ ¹
Metric/GetDatumParallel-4                                                                                                   1.502µ ± ∞ ¹
Metric/GetDatumParallel-4-2                                                                                                 1.919µ ± ∞ ¹
Metric/GetDatumParallel-4-4                                                                                                 2.368µ ± ∞ ¹
Metric/GetDatumParallel-8                                                                                                   2.916µ ± ∞ ¹
Metric/GetDatumParallel-8-2                                                                                                 3.925µ ± ∞ ¹
Metric/GetDatumParallel-8-4                                                                                                 5.189µ ± ∞ ¹
Metric/GetDatumParallel-16                                                                                                  5.884µ ± ∞ ¹
Metric/GetDatumParallel-16-2                                                                                                7.619µ ± ∞ ¹
Metric/GetDatumParallel-16-4                                                                                                9.522µ ± ∞ ¹
Metric/GetDatumParallel-32                                                                                                  12.12µ ± ∞ ¹
Metric/GetDatumParallel-32-2                                                                                                15.49µ ± ∞ ¹
Metric/GetDatumParallel-32-4                                                                                                19.01µ ± ∞ ¹
Metric/GetDatumParallel-64                                                                                                  24.66µ ± ∞ ¹
Metric/GetDatumParallel-64-2                                                                                                32.19µ ± ∞ ¹
Metric/GetDatumParallel-64-4                                                                                                41.39µ ± ∞ ¹
Metric/GetDatumParallel-128                                                                                                 53.09µ ± ∞ ¹
Metric/GetDatumParallel-128-2                                                                                               67.96µ ± ∞ ¹
Metric/GetDatumParallel-128-4                                                                                               85.58µ ± ∞ ¹
Metric/GetDatumParallel-256                                                                                                 116.6µ ± ∞ ¹
Metric/GetDatumParallel-256-2                                                                                               148.0µ ± ∞ ¹
Metric/GetDatumParallel-256-4                                                                                               180.8µ ± ∞ ¹
Metric/GetDatumParallel-512                                                                                                 263.4µ ± ∞ ¹
Metric/GetDatumParallel-512-2                                                                                               316.7µ ± ∞ ¹
Metric/GetDatumParallel-512-4                                                                                               380.8µ ± ∞ ¹
Metric/GetDatumParallel-1024                                                                                                552.9µ ± ∞ ¹
Metric/GetDatumParallel-1024-2                                                                                              666.3µ ± ∞ ¹
Metric/GetDatumParallel-1024-4                                                                                              790.4µ ± ∞ ¹
Metric/GetDatumParallel-2048                                                                                                1.109m ± ∞ ¹
Metric/GetDatumParallel-2048-2                                                                                              1.205m ± ∞ ¹
Metric/GetDatumParallel-2048-4                                                                                              1.380m ± ∞ ¹
Metric/GetDatumParallel-4096                                                                                                2.293m ± ∞ ¹
Metric/GetDatumParallel-4096-2                                                                                              2.200m ± ∞ ¹
Metric/GetDatumParallel-4096-4                                                                                              2.536m ± ∞ ¹
Metric/GetDatumParallel-8192                                                                                                5.453m ± ∞ ¹
Metric/GetDatumParallel-8192-2                                                                                              4.785m ± ∞ ¹
Metric/GetDatumParallel-8192-4                                                                                              5.204m ± ∞ ¹
geomean                                                                                                                     9.123µ
¹ need >= 6 samples for confidence interval at level 0.95

pkg: github.com/google/mtail/internal/metrics/datum
                     │ test-results/benchmark-results-dependabot-go_modules-github.com-prometheus-client_golang-1.22.0.txt │
                     │                                               sec/op                                                │
IncrementScalarInt                                                                                            4.917n ± ∞ ¹
IncrementScalarInt-2                                                                                          4.913n ± ∞ ¹
IncrementScalarInt-4                                                                                          4.918n ± ∞ ¹
DecrementScalarInt                                                                                            4.914n ± ∞ ¹
DecrementScalarInt-2                                                                                          4.917n ± ∞ ¹
DecrementScalarInt-4                                                                                          4.913n ± ∞ ¹
geomean                                                                                                       4.915n
¹ need >= 6 samples for confidence interval at level 0.95

@kelein kelein merged commit faf8fc3 into 6C56 master Apr 9, 2025
9 of 17 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.22.0 branch April 9, 2025 02:22
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0