Skip to content

Bump the github-actions-dependencies group with 3 updates - #11

Merged
philippemnoel merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-e4185a7b54
Jul 5, 2026
Merged

Bump the github-actions-dependencies group with 3 updates#11
philippemnoel merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-e4185a7b54

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions-dependencies group with 3 updates: actions/checkout, actions/cache and codecov/codecov-action.

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/cache from 5 to 6

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 6 to 7

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps the github-actions-dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

Updates `actions/cache` from 5 to 6
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

Updates `codecov/codecov-action` from 6 to 7
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 1, 2026
@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

📊 Benchmark Comparison

Click to expand benchmark results
group                                                                 base                                     pr
-----                                                                 ----                                     --
18_digit_precision/Decimal/16+2_decimal                               1.00    242.5±4.28ns        ? ?/sec      1.01    246.1±4.86ns        ? ?/sec
18_digit_precision/Decimal/18_digits                                  1.01    232.8±3.28ns        ? ?/sec      1.00    230.5±3.25ns        ? ?/sec
18_digit_precision/Decimal64NoScale/16+2_decimal                      1.00    100.1±1.16ns        ? ?/sec      1.01    101.3±1.02ns        ? ?/sec
18_digit_precision/Decimal64NoScale/18_digits                         1.00     50.3±0.39ns        ? ?/sec      1.00     50.1±0.95ns        ? ?/sec
aggregate_simulation/min_max_1000/Decimal64                           1.00  1677.2±28.50ns 568.6 MElem/sec     1.00  1678.9±29.47ns 568.0 MElem/sec
aggregate_simulation/min_max_1000/Decimal64NoScale                    1.00   1440.1±5.14ns 662.2 MElem/sec     1.00  1441.2±11.73ns 661.7 MElem/sec
aggregate_simulation/sum_1000/Decimal64                               1.00    762.0±8.81ns 1251.6 MElem/sec    1.00   763.6±18.36ns 1249.0 MElem/sec
aggregate_simulation/sum_1000/Decimal64NoScale                        1.00    162.7±4.14ns  5.7 GElem/sec      1.01    163.6±6.25ns  5.7 GElem/sec
batch/parse_10_decimals                                               1.00  1238.2±28.45ns  7.7 MElem/sec      1.00   1239.2±8.61ns  7.7 MElem/sec
batch/sort_10_decimals                                                1.03    369.0±6.56ns        ? ?/sec      1.00    359.4±1.89ns        ? ?/sec
batch_decimal_vs_decimal64/parse_10/Decimal                           1.00  1308.7±24.13ns  7.3 MElem/sec      1.02  1336.3±24.64ns  7.1 MElem/sec
batch_decimal_vs_decimal64/parse_10/Decimal64                         1.00  1456.3±24.49ns  6.5 MElem/sec      1.01  1468.2±29.38ns  6.5 MElem/sec
batch_decimal_vs_decimal64/sort_10/Decimal                            1.07    362.9±5.53ns 26.3 MElem/sec      1.00    340.6±6.23ns 28.0 MElem/sec
batch_decimal_vs_decimal64/sort_10/Decimal64                          1.00    158.5±2.84ns 60.2 MElem/sec      1.00    158.4±2.22ns 60.2 MElem/sec
comparison/cmp_bytes                                                  1.00      3.7±0.05ns        ? ?/sec      1.08      4.1±0.09ns        ? ?/sec
comparison/cmp_equal                                                  1.00      2.8±0.03ns        ? ?/sec      1.00      2.8±0.03ns        ? ?/sec
comparison/cmp_less                                                   1.00      3.4±0.02ns        ? ?/sec      1.09      3.7±0.09ns        ? ?/sec
decimal64_comparison/cmp_diff_scale                                   1.00      5.0±0.04ns        ? ?/sec      1.00      5.0±0.12ns        ? ?/sec
decimal64_comparison/cmp_equal                                        1.00      0.9±0.01ns        ? ?/sec      1.66      1.6±0.01ns        ? ?/sec
decimal64_comparison/cmp_less                                         1.00      4.4±0.08ns        ? ?/sec      1.00      4.4±0.04ns        ? ?/sec
decimal64_comparison/cmp_raw                                          1.00      0.9±0.02ns        ? ?/sec      1.66      1.6±0.01ns        ? ?/sec
decimal64_parse/from_str_auto                                         1.00    185.3±3.54ns    82.4 MB/sec      1.00    185.2±1.29ns    82.4 MB/sec
decimal64_parse/new/financial                                         1.05    158.3±1.36ns    78.3 MB/sec      1.00    150.0±2.39ns    82.6 MB/sec
decimal64_parse/new/max_precision                                     1.08     87.9±3.18ns   173.7 MB/sec      1.00     81.7±2.14ns   186.9 MB/sec
decimal64_parse/new/medium_decimal                                    1.00    147.4±3.38ns    84.1 MB/sec      1.01    148.7±2.33ns    83.4 MB/sec
decimal64_parse/new/medium_int                                        1.00     75.8±1.45ns   113.2 MB/sec      1.00     75.6±1.27ns   113.6 MB/sec
decimal64_parse/new/small_decimal                                     1.00    139.9±2.59ns    27.3 MB/sec      1.00    139.3±2.33ns    27.4 MB/sec
decimal64_parse/new/small_int                                         1.00     66.7±0.74ns    28.6 MB/sec      1.00     66.9±1.49ns    28.5 MB/sec
decimal64_precision_scale/from_parts                                  1.09      3.0±0.30ns        ? ?/sec      1.00      2.8±0.02ns        ? ?/sec
decimal64_precision_scale/negative_scale                              1.00     68.6±1.19ns        ? ?/sec      1.00     68.6±1.09ns        ? ?/sec
decimal64_precision_scale/with_precision_scale                        1.00    198.1±3.40ns        ? ?/sec      1.01    199.7±3.36ns        ? ?/sec
decimal64_serialization/deserialize_json                              1.01     29.6±0.40ns        ? ?/sec      1.00     29.5±0.30ns        ? ?/sec
decimal64_serialization/from_be_bytes                                 1.00      2.5±0.04ns        ? ?/sec      1.00      2.5±0.03ns        ? ?/sec
decimal64_serialization/serialize_json                                1.00     22.8±0.34ns        ? ?/sec      1.00     22.8±0.36ns        ? ?/sec
decimal64_serialization/to_be_bytes                                   1.00      2.5±0.01ns        ? ?/sec      1.00      2.5±0.01ns        ? ?/sec
decimal64_special/create_infinity                                     1.00      0.3±0.00ns        ? ?/sec      1.00      0.3±0.00ns        ? ?/sec
decimal64_special/create_nan                                          1.00      0.3±0.00ns        ? ?/sec      1.02      0.3±0.03ns        ? ?/sec
decimal64_special/is_finite                                           1.00      0.6±0.01ns        ? ?/sec      1.00      0.6±0.01ns        ? ?/sec
decimal64_special/is_infinity                                         1.00      0.6±0.01ns        ? ?/sec      1.00      0.6±0.01ns        ? ?/sec
decimal64_special/is_nan                                              1.00      0.6±0.01ns        ? ?/sec      1.00      0.6±0.00ns        ? ?/sec
decimal64_special/parse_infinity                                      1.00     27.5±0.44ns        ? ?/sec      1.00     27.4±0.22ns        ? ?/sec
decimal64_to_string/to_string/financial                               1.00    143.1±2.45ns        ? ?/sec      1.01    144.8±2.81ns        ? ?/sec
decimal64_to_string/to_string/medium_decimal                          1.00    142.2±2.73ns        ? ?/sec      1.04    147.4±2.86ns        ? ?/sec
decimal64_to_string/to_string/medium_int                              1.00     52.9±1.06ns        ? ?/sec      1.01     53.4±0.66ns        ? ?/sec
decimal64_to_string/to_string/small_decimal                           1.00    129.9±1.48ns        ? ?/sec      1.01    131.4±1.01ns        ? ?/sec
decimal64_to_string/to_string/small_int                               1.00     52.8±0.95ns        ? ?/sec      1.01     53.2±1.20ns        ? ?/sec
decimal64_vs_decimal64ns/equality/Decimal64                           1.00      0.9±0.01ns        ? ?/sec      1.66      1.6±0.00ns        ? ?/sec
decimal64_vs_decimal64ns/equality/Decimal64NoScale                    1.00      0.9±0.01ns        ? ?/sec      1.66      1.6±0.01ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64/16_digits                    1.04     84.5±5.38ns        ? ?/sec      1.00     81.4±1.43ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64/financial                    1.01    151.3±2.61ns        ? ?/sec      1.00    149.0±2.01ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64/medium_decimal               1.02    150.7±2.76ns        ? ?/sec      1.00    148.1±4.45ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64/small_int                    1.00     67.1±1.28ns        ? ?/sec      1.01     67.7±1.14ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64NoScale/16_digits             1.02     42.1±0.79ns        ? ?/sec      1.00     41.3±0.35ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64NoScale/financial             1.03    107.5±1.96ns        ? ?/sec      1.00    104.0±1.30ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64NoScale/medium_decimal        1.03    112.4±0.79ns        ? ?/sec      1.00    109.1±0.80ns        ? ?/sec
decimal64_vs_decimal64ns/parse/Decimal64NoScale/small_int             1.00     30.6±0.34ns        ? ?/sec      1.00     30.5±0.22ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64/16_digits                1.01     53.9±1.05ns        ? ?/sec      1.00     53.4±1.18ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64/financial                1.00    143.3±1.19ns        ? ?/sec      1.01    145.4±1.03ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64/medium_decimal           1.00    142.7±1.94ns        ? ?/sec      1.04    147.7±3.31ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64/small_int                1.00     51.9±1.13ns        ? ?/sec      1.04     53.9±0.85ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64NoScale/16_digits         1.00     24.7±0.44ns        ? ?/sec      1.00     24.7±0.20ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64NoScale/financial         1.00    109.4±2.10ns        ? ?/sec      1.01    110.6±0.68ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64NoScale/medium_decimal    1.00    110.2±1.25ns        ? ?/sec      1.02    112.3±0.80ns        ? ?/sec
decimal64_vs_decimal64ns/to_string/Decimal64NoScale/small_int         1.02     22.5±0.50ns        ? ?/sec      1.00     22.1±0.21ns        ? ?/sec
decimal64ns_operations/cmp_equal                                      1.00      0.9±0.02ns        ? ?/sec      1.66      1.6±0.00ns        ? ?/sec
decimal64ns_operations/cmp_less                                       1.00      0.9±0.01ns        ? ?/sec      1.66      1.6±0.00ns        ? ?/sec
decimal64ns_operations/cmp_raw                                        1.00      0.9±0.01ns        ? ?/sec      1.67      1.6±0.01ns        ? ?/sec
decimal64ns_operations/max_100_values                                 1.00     70.7±0.20ns        ? ?/sec      1.00     70.5±0.29ns        ? ?/sec
decimal64ns_operations/min_100_values                                 1.00     70.5±0.31ns        ? ?/sec      1.00     70.5±0.40ns        ? ?/sec
decimal64ns_operations/sum_100_values                                 1.00     17.2±0.12ns        ? ?/sec      1.00     17.2±0.14ns        ? ?/sec
decimal64ns_parse/new/16_digits                                       1.00     41.2±0.64ns   370.4 MB/sec      1.00     41.3±0.48ns   369.7 MB/sec
decimal64ns_parse/new/17+1_decimal                                    1.00     92.3±1.20ns   196.4 MB/sec      1.02     94.3±1.59ns   192.2 MB/sec
decimal64ns_parse/new/18_digits                                       1.00     50.0±0.83ns   343.4 MB/sec      1.00     50.0±0.88ns   343.5 MB/sec
decimal64ns_parse/new/financial                                       1.03    106.0±3.60ns   117.0 MB/sec      1.00    102.6±1.14ns   120.9 MB/sec
decimal64ns_parse/new/medium_decimal                                  1.00    108.0±1.72ns   114.7 MB/sec      1.01    108.7±0.75ns   114.0 MB/sec
decimal64ns_parse/new/medium_int                                      1.00     40.8±0.72ns   210.6 MB/sec      1.00     40.8±0.84ns   210.3 MB/sec
decimal64ns_parse/new/small_decimal                                   1.00     86.0±2.51ns    44.4 MB/sec      1.01     86.6±1.89ns    44.1 MB/sec
decimal64ns_parse/new/small_int                                       1.00     29.9±0.20ns    63.8 MB/sec      1.02     30.4±0.35ns    62.7 MB/sec
decimal64ns_serialization/deserialize_json                            1.00     24.9±0.21ns        ? ?/sec      1.02     25.3±0.11ns        ? ?/sec
decimal64ns_serialization/from_be_bytes                               1.00      2.5±0.01ns        ? ?/sec      1.00      2.5±0.01ns        ? ?/sec
decimal64ns_serialization/from_raw                                    1.00      0.6±0.01ns        ? ?/sec      1.00      0.6±0.00ns        ? ?/sec
decimal64ns_serialization/serialize_json                              1.00     19.8±0.12ns        ? ?/sec      1.00     19.8±0.34ns        ? ?/sec
decimal64ns_serialization/to_be_bytes                                 1.00      2.5±0.01ns        ? ?/sec      1.00      2.5±0.01ns        ? ?/sec
decimal64ns_special/create_infinity                                   1.00      0.3±0.00ns        ? ?/sec      1.00      0.3±0.01ns        ? ?/sec
decimal64ns_special/create_nan                                        1.00      0.3±0.00ns        ? ?/sec      1.00      0.3±0.00ns        ? ?/sec
decimal64ns_special/is_finite                                         1.00      0.6±0.01ns        ? ?/sec      1.00      0.6±0.00ns        ? ?/sec
decimal64ns_special/is_infinity                                       1.00      0.6±0.00ns        ? ?/sec      1.00      0.6±0.01ns        ? ?/sec
decimal64ns_special/is_nan                                            1.00      0.6±0.00ns        ? ?/sec      1.00      0.6±0.01ns        ? ?/sec
decimal64ns_to_string/to_string_with_scale/18_digits                  1.00     25.4±0.19ns        ? ?/sec      1.00     25.4±0.21ns        ? ?/sec
decimal64ns_to_string/to_string_with_scale/financial                  1.00    109.3±0.94ns        ? ?/sec      1.00    109.5±2.04ns        ? ?/sec
decimal64ns_to_string/to_string_with_scale/medium_decimal             1.00    110.3±1.86ns        ? ?/sec      1.02    112.3±0.70ns        ? ?/sec
decimal64ns_to_string/to_string_with_scale/medium_int                 1.03     23.5±0.22ns        ? ?/sec      1.00     22.8±0.60ns        ? ?/sec
decimal64ns_to_string/to_string_with_scale/small_decimal              1.01     98.2±2.27ns        ? ?/sec      1.00     97.2±0.59ns        ? ?/sec
decimal64ns_to_string/to_string_with_scale/small_int                  1.00     22.4±0.25ns        ? ?/sec      1.00     22.5±0.41ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal/financial                          1.00    167.4±1.32ns        ? ?/sec      1.00    167.7±5.28ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal/max_d64_precision                  1.01    150.2±2.76ns        ? ?/sec      1.00    149.3±1.50ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal/medium_decimal                     1.03    176.1±3.33ns        ? ?/sec      1.00    170.6±3.20ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal/small_int                          1.00     85.0±1.03ns        ? ?/sec      1.00     85.1±1.59ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal64/financial                        1.00    147.8±1.77ns        ? ?/sec      1.00    148.1±3.01ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal64/max_d64_precision                1.01     82.7±3.12ns        ? ?/sec      1.00     81.7±2.14ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal64/medium_decimal                   1.01    148.2±2.72ns        ? ?/sec      1.00    146.7±2.60ns        ? ?/sec
decimal_vs_decimal64/parse/Decimal64/small_int                        1.01     68.3±0.66ns        ? ?/sec      1.00     67.4±0.66ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal/financial                      1.00    109.0±2.11ns        ? ?/sec      1.01    109.5±2.40ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal/max_d64_precision              1.00    106.0±1.50ns        ? ?/sec      1.00    106.3±1.39ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal/medium_decimal                 1.00    107.8±1.16ns        ? ?/sec      1.00    107.5±1.96ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal/small_int                      1.00     71.2±0.82ns        ? ?/sec      1.01     72.1±1.18ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal64/financial                    1.00    143.7±3.01ns        ? ?/sec      1.03    147.6±1.50ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal64/max_d64_precision            1.00     53.8±1.11ns        ? ?/sec      1.01     54.0±1.07ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal64/medium_decimal               1.00    142.5±1.83ns        ? ?/sec      1.04    148.6±3.14ns        ? ?/sec
decimal_vs_decimal64/to_string/Decimal64/small_int                    1.00     53.3±1.30ns        ? ?/sec      1.01     53.7±1.11ns        ? ?/sec
from_bytes/from_bytes/large                                           1.00    252.8±4.10ns        ? ?/sec      1.01    255.3±3.61ns        ? ?/sec
from_bytes/from_bytes/medium                                          1.00     95.9±1.90ns        ? ?/sec      1.00     95.9±1.69ns        ? ?/sec
from_bytes/from_bytes/small                                           1.00     58.5±0.64ns        ? ?/sec      1.01     59.1±0.44ns        ? ?/sec
from_bytes/from_bytes_unchecked/large                                 1.00     15.3±0.21ns        ? ?/sec      1.00     15.3±0.23ns        ? ?/sec
from_bytes/from_bytes_unchecked/medium                                1.00     15.3±0.22ns        ? ?/sec      1.00     15.3±0.10ns        ? ?/sec
from_bytes/from_bytes_unchecked/small                                 1.00     15.9±0.24ns        ? ?/sec      1.00     15.9±0.23ns        ? ?/sec
memory_size_all/create_1000/Decimal                                   1.00    197.2±3.03µs  4.8 MElem/sec      1.00    197.9±1.53µs  4.8 MElem/sec
memory_size_all/create_1000/Decimal64                                 1.00    186.6±2.03µs  5.1 MElem/sec      1.00    187.1±3.39µs  5.1 MElem/sec
memory_size_all/create_1000/Decimal64NoScale                          1.03    134.0±2.38µs  7.1 MElem/sec      1.00    130.4±3.25µs  7.3 MElem/sec
parse/from_str/large_decimal                                          1.00    355.7±7.05ns   107.2 MB/sec      1.00   356.4±18.17ns   107.0 MB/sec
parse/from_str/large_int                                              1.00    263.3±5.13ns   108.7 MB/sec      1.00    262.9±4.38ns   108.8 MB/sec
parse/from_str/medium_decimal                                         1.00    168.4±1.06ns    73.6 MB/sec      1.00    168.0±1.34ns    73.8 MB/sec
parse/from_str/medium_int                                             1.02    139.9±2.47ns    61.4 MB/sec      1.00    137.5±2.55ns    62.4 MB/sec
parse/from_str/negative                                               1.00    252.2±4.51ns    75.6 MB/sec      1.00    251.4±4.36ns    75.9 MB/sec
parse/from_str/scientific                                             1.00    179.7±1.54ns    69.0 MB/sec      1.00    179.8±3.07ns    69.0 MB/sec
parse/from_str/small_decimal                                          1.00    111.1±1.93ns    34.3 MB/sec      1.00    111.4±2.95ns    34.2 MB/sec
parse/from_str/small_int                                              1.00     89.5±1.56ns    21.3 MB/sec      1.02     90.9±2.97ns    21.0 MB/sec
precision_scale/negative_scale                                        1.00    262.5±6.95ns        ? ?/sec      1.01    264.2±2.71ns        ? ?/sec
precision_scale/with_precision_scale                                  1.00    303.7±5.64ns        ? ?/sec      1.03    311.9±5.45ns        ? ?/sec
serialization/deserialize_json                                        1.00    224.2±3.89ns        ? ?/sec      1.05    234.3±1.63ns        ? ?/sec
serialization/serialize_json                                          1.00    144.4±2.29ns        ? ?/sec      1.00    145.0±2.83ns        ? ?/sec
special_values/create_infinity                                        1.00     13.7±0.24ns        ? ?/sec      1.00     13.7±0.22ns        ? ?/sec
special_values/create_nan                                             1.00     13.4±0.08ns        ? ?/sec      1.00     13.4±0.20ns        ? ?/sec
special_values/is_infinity                                            1.00      1.3±0.02ns        ? ?/sec      1.00      1.3±0.02ns        ? ?/sec
special_values/is_nan                                                 1.00      1.3±0.02ns        ? ?/sec      1.00      1.3±0.01ns        ? ?/sec
special_values/parse_infinity                                         1.01     44.1±0.87ns        ? ?/sec      1.00     43.6±0.91ns        ? ?/sec
special_values/parse_nan                                              1.00     42.4±0.71ns        ? ?/sec      1.00     42.4±0.49ns        ? ?/sec
to_string/to_string/large_decimal                                     1.00    279.9±2.90ns        ? ?/sec      1.00    278.7±4.44ns        ? ?/sec
to_string/to_string/large_int                                         1.00    168.1±1.65ns        ? ?/sec      1.01    170.4±2.58ns        ? ?/sec
to_string/to_string/medium_decimal                                    1.00    107.5±0.69ns        ? ?/sec      1.00    107.2±1.12ns        ? ?/sec
to_string/to_string/medium_int                                        1.00     93.0±0.71ns        ? ?/sec      1.00     93.0±1.50ns        ? ?/sec
to_string/to_string/negative                                          1.00    150.9±1.02ns        ? ?/sec      1.04    156.8±2.23ns        ? ?/sec
to_string/to_string/small_decimal                                     1.01     78.3±1.94ns        ? ?/sec      1.00     77.4±2.35ns        ? ?/sec
to_string/to_string/small_int                                         1.00     70.8±1.01ns        ? ?/sec      1.01     71.5±1.29ns        ? ?/sec

Compared against main branch

@philippemnoel
philippemnoel merged commit 6664561 into main Jul 5, 2026
19 of 21 checks passed
@philippemnoel
philippemnoel deleted the dependabot/github_actions/github-actions-dependencies-e4185a7b54 branch July 5, 2026 08:01
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.

1 participant