Skip to content

Bump testdata/specifications from 6689929 to 5b15fd3 #2164

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps testdata/specifications from 6689929 to 5b15fd3.

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 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 [testdata/specifications](https://github.com/mongodb/specifications) from `6689929` to `5b15fd3`.
- [Release notes](https://github.com/mongodb/specifications/releases)
- [Commits](mongodb/specifications@6689929...5b15fd3)

---
updated-dependencies:
- dependency-name: testdata/specifications
  dependency-version: 5b15fd307b7ec06dbafc57e3c252f7ae3b8c4e46
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file submodules Pull requests that update submodules code labels Aug 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 11, 2025 00:36
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2025
@dependabot dependabot bot requested a review from qingyang-hu August 11, 2025 00:36
@dependabot dependabot bot added the submodules Pull requests that update submodules code label Aug 11, 2025
Copy link
Contributor

API Change Report

No changes found!

Copy link
Contributor

🧪 Performance Results

Commit SHA: 44707fc

The following benchmark tests for version 68993afaa6ceba0007fb7c72 had statistically significant changes (i.e., |z-score| > 1.96):

Benchmark Measurement % Change Patch Value Stable Region H-Score Z-Score
BenchmarkLargeDocInsertOne ops_per_second_med -11.3012 5070.8911 Avg: 5716.9793
Med: 5716.8665
Stdev: 137.6514
0.8830 -4.6937
BenchmarkLargeDocInsertOne ns_per_op 10.2718 201146.0000 Avg: 182409.2320
Med: 181675.0000
Stdev: 4459.9620
0.8743 4.2011
BenchmarkLargeDocInsertOne total_time_seconds 6.9937 1.2650 Avg: 1.1823
Med: 1.1821
Stdev: 0.0239
0.8384 3.4545
BenchmarkSmallDocInsertOne total_bytes_allocated -4.7083 34687208.0000 Avg: 36401069.4253
Med: 36383192.0000
Stdev: 717566.5233
0.7634 -2.3884
BenchmarkSmallDocInsertOne total_mem_allocs -4.5555 461907.0000 Avg: 483953.7241
Med: 483726.0000
Stdev: 9467.2344
0.7569 -2.3287
BenchmarkMultiInsertLargeDocument ns_per_op 4.4177 31639393.0000 Avg: 30300803.4000
Med: 30202516.0000
Stdev: 659354.1935
0.7734 2.0302
BenchmarkBSONFullDocumentDecoding ns_per_op 3.9491 86536.0000 Avg: 83248.4375
Med: 82901.0000
Stdev: 1183.1172
0.8186 2.7787
BenchmarkBSONFullDocumentDecoding ops_per_second_med -3.6276 12406.5631 Avg: 12873.5709
Med: 12901.5696
Stdev: 164.7961
0.8177 -2.8339
BenchmarkBSONFullDocumentDecoding total_mem_allocs -3.3078 8517169.0000 Avg: 8808539.5000
Med: 8844004.5000
Stdev: 133637.8078
0.7724 -2.1803
BenchmarkBSONDeepDocumentDecoding ns_per_op 2.8890 73776.0000 Avg: 71704.4375
Med: 71788.0000
Stdev: 833.3039
0.7773 2.4860
BenchmarkBSONDeepDocumentDecoding total_bytes_allocated -2.7610 245393104.0000 Avg: 252360658.5000
Med: 252175336.0000
Stdev: 2999948.8736
0.7615 -2.3226
BenchmarkBSONDeepDocumentDecoding total_mem_allocs -2.7040 11298407.0000 Avg: 11612411.0000
Med: 11603811.0000
Stdev: 138400.8352
0.7558 -2.2688
BenchmarkBSONDeepDocumentDecoding ops_per_second_med -2.4723 14371.9460 Avg: 14736.2642
Med: 14679.2224
Stdev: 166.6603
0.7506 -2.1860
BenchmarkBSONDeepDocumentDecoding allocated_bytes_per_op -0.0583 15095.0000 Avg: 15103.8125
Med: 15104.0000
Stdev: 0.5439
0.9721 -16.2023
BenchmarkBSONFullDocumentDecoding allocated_bytes_per_op 0.0057 25325.0000 Avg: 25323.5625
Med: 25323.5000
Stdev: 0.6292
0.7853 2.2848

For a comprehensive view of all microbenchmark results for this PR's commit, please check out the Evergreen perf task for this patch.

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 submodules Pull requests that update submodules code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants