Skip to content

Conversation

mongodb-drivers-pr-bot[bot]
Copy link
Contributor

Merge new changes from release/2.3 into master.

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command:
git merge master -m "Resolve conflicts in master"

Ignoring changes

To ignore from the remote branch, first reset the temporary branch to master and manually merge using the `ours` merge strategy:
git reset --hard master
git merge --strategy=ours release/2.3 -m "Ignore changes from release/2.3"

Then, push the temporary branch to upate the pull request.

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot requested a review from a team as a code owner September 26, 2025 03:09
@github-actions github-actions bot added the review-priority-normal Medium Priority PR for Review: within 1 business day label Sep 26, 2025
matthewdale
matthewdale previously approved these changes Sep 26, 2025
Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

Copy link
Collaborator

@matthewdale matthewdale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

Copy link
Contributor Author

🧪 Performance Results

Commit SHA: bc53c72

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

Benchmark Measurement % Change Patch Value Stable Region H-Score Z-Score
BenchmarkSingleRunCommand ops_per_second_min -39.0494 975.6278 Avg: 1600.6872
Med: 1629.1357
Stdev: 190.8319
0.8456 -3.2754
BenchmarkBSONFullDocumentDecoding ops_per_second_min 23.1180 2198.7977 Avg: 1785.9265
Med: 1816.7383
Stdev: 163.0460
0.7767 2.5322
BenchmarkBSONFlatDocumentEncoding ops_per_second_max 7.1446 80749.3540 Avg: 75364.8208
Med: 75446.0802
Stdev: 1667.2595
0.8297 3.2296
BenchmarkBSONFlatDocumentEncoding ops_per_second_med 6.6459 76370.8569 Avg: 71611.6251
Med: 71738.5869
Stdev: 1882.2103
0.7802 2.5285
BenchmarkBSONFlatDocumentEncoding ns_per_op -6.4429 14645.0000 Avg: 15653.5377
Med: 15600.5000
Stdev: 417.6001
0.7723 -2.4151
BenchmarkMultiInsertLargeDocument allocated_bytes_per_op -6.0517 26298376.0000 Avg: 27992400.9375
Med: 27920430.5000
Stdev: 650667.1020
0.7892 -2.6035
BenchmarkMultiInsertSmallDocument allocated_bytes_per_op -4.9295 2637.0000 Avg: 2773.7312
Med: 2794.5000
Stdev: 63.7254
0.7603 -2.1456
BenchmarkBSONFlatDocumentDecoding ops_per_second_max 3.8205 19848.7525 Avg: 19118.3402
Med: 19139.8549
Stdev: 237.4606
0.8193 3.0759
BenchmarkBSONFlatDocumentDecoding ns_per_op -3.7632 56272.0000 Avg: 58472.4146
Med: 58339.0000
Stdev: 1076.1004
0.7309 -2.0448
BenchmarkBSONFullDocumentEncoding total_mem_allocs 3.7240 1452178.0000 Avg: 1400040.2830
Med: 1401935.0000
Stdev: 23520.7002
0.7487 2.2167
BenchmarkBSONFullDocumentEncoding total_bytes_allocated 3.6848 251340288.0000 Avg: 242408000.6038
Med: 242688844.0000
Stdev: 4037083.3535
0.7482 2.2126
BenchmarkBSONFullDocumentEncoding ops_per_second_max 3.6458 44736.7244 Avg: 43163.0924
Med: 43150.8828
Stdev: 530.7818
0.8122 2.9647
BenchmarkBSONFullDocumentEncoding ns_per_op -3.4962 24754.0000 Avg: 25650.8113
Med: 25543.5000
Stdev: 418.9581
0.7437 -2.1406
BenchmarkBSONFullDocumentEncoding ops_per_second_med 3.4431 43190.9472 Avg: 41753.3226
Med: 41782.4389
Stdev: 599.8054
0.7688 2.3968
BenchmarkBSONFlatDocumentDecoding ops_per_second_med 3.2619 18959.6822 Avg: 18360.7795
Med: 18325.7587
Stdev: 269.2730
0.7481 2.2241
BenchmarkBSONFullDocumentDecoding ops_per_second_max 2.7917 13699.0055 Avg: 13326.9603
Med: 13307.6053
Stdev: 139.8397
0.8090 2.6605
BenchmarkBSONFlatDocumentDecoding allocated_bytes_per_op -0.0100 18044.0000 Avg: 18045.8049
Med: 18046.0000
Stdev: 0.6790
0.8062 -2.6583

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

Copy link
Contributor Author

API Change Report

No changes found!

@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot merged commit 61d7903 into master Sep 26, 2025
10 of 14 checks passed
@mongodb-drivers-pr-bot mongodb-drivers-pr-bot bot deleted the merge-release/2.3-into-master-1758856145555 branch September 26, 2025 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release review-priority-normal Medium Priority PR for Review: within 1 business day
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants