Update BenchmarkDotNet to 0.16.0-nightly.20260801.595 - #5269
Open
LoopedBard3 wants to merge 1 commit into
Open
Conversation
Bumps BenchmarkDotNet from 0.16.0-nightly.20260703.576 to 0.16.0-nightly.20260801.595. Verified against perf pipelines 702 (fast) and 1012 (slow, runScheduledJobs=True): CoreCLR (x64 Ubuntu/Windows, arm64 Cobalt), Mono (JIT/Interpreter/AOT+LLVM), and WASM (aot-v8, coreclr-v8, interp-v8) all show noise-level, symmetric run-to-run variance with median ~0% -- no BDN-attributable regressions. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s pinned BenchmarkDotNet nightly version in the central versions file (eng/Versions.props) so restores/builds use the newer BDN package across the performance infrastructure.
Changes:
- Bump
BenchmarkDotNetVersionfrom0.16.0-nightly.20260703.576to0.16.0-nightly.20260801.595.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
BenchmarkDotNetfrom0.16.0-nightly.20260703.576to0.16.0-nightly.20260801.595(eng/Versions.props).Verification
Built BDN
595fromdotnet/BenchmarkDotNetmaster HEAD (commit80844f2e), verified the self-built package is byte-identical to the official MyGet nightly, pushed to thebenchmark-dotnet-prereleasefeed, and ran both perf pipelines (702 fast + 1012 slow withrunScheduledJobs=True) on an ADO test branch with the runtime commit pinned identically to the baseline (0eb548,rc.1.26381) so BDN is the only variable.Verdict: SAFE — no BDN-attributable regressions
Every run configuration shows symmetric run-to-run variance (regressions ≈ improvements) with median ≈ 0%, matching the same-machine noise floor. All counts are at a 5% threshold.
The BDN-update regression/improvement counts sit at or near the pure-noise floor and are balanced in both directions, confirming the deltas are measurement noise rather than a systematic BDN effect.
Notes
eng/Versions.propschanged; the new BDN's transitive dependency delta (Perfolizer, Pragmastat, System.Memory) is already mirrored ondotnet-public, so noMicroBenchmarks.csprojrestore fix was required (noMicrosoft.Extensions.PrimitivesNU1605 floor change).micro_monoslot ran Mono JIT+Interpreter in scheduled mode vs the baseline's AOT+LLVM, so that specific cross-build comparison is config-mismatched and excluded — Mono is instead fully covered (all 3 configs, config-matched) on Viper x64 above.