Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/BenchmarkDotNet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.1
Choose a base ref
...
head repository: dotnet/BenchmarkDotNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.2
Choose a head ref
  • 15 commits
  • 139 files changed
  • 3 contributors

Commits on Jun 9, 2025

  1. Configuration menu
    Copy the full SHA
    19e9071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2002601 View commit details
    Browse the repository at this point in the history
  3. Remove docs/_changelog folder from the main branch

    These files were extracted to docs-changelog branch
    AndreyAkinshin committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    3df0f1b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    c9548fa View commit details
    Browse the repository at this point in the history
  2. Improve memory diagnoser accuracy (#2562)

    * Added `AggressiveOptimization` to methods involved in measuring allocations.
    Warm up allocation measurement before taking actual measurement.
    Isolated allocation measurement.
    Changed some `RuntimeInformation` properties to static readonly fields.
    Removed enable monitoring in Engine (GcStats handles it).
    Removed `GC.Collect()` from allocation measurement.
    Sleep thread to account for tiered jit in Core runtimes 3.0 to 6.0.
    Updated MemoryDiagnoserTests.
    Block finalizer thread during memory tests.
    Disabled EventSource for integration tests.
    
    * Use Monitor.Wait instead of ManualResetEventSlim.
    
    * Swap IsWasm and IsNativeAOT declaration order.
    timcassell authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    c84de9a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    fe3b31f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    6730bf1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. chore: Modify macos runner image for CI (#2775)

    * chore: modify runner image for macos
    
    * chore: fix workflow name and artifact name
    
    * Update .github/workflows/run-tests.yaml
    
    ---------
    
    Co-authored-by: Tim Cassell <[email protected]>
    filzrev and timcassell authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    a08f01c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8ba07 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. feat: Add validator for benchmarks that contains null runtime (#2771)

    * feat: add validator for job that contains null runtime
    
    * chore: update validator logics
    
    * Update src/BenchmarkDotNet/Validators/RuntimeValidator.cs
    
    Co-authored-by: Tim Cassell <[email protected]>
    
    * chore: fix test validation messages
    
    ---------
    
    Co-authored-by: Tim Cassell <[email protected]>
    filzrev and timcassell authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    ed5316b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5db7284 View commit details
    Browse the repository at this point in the history
  3. chore: fix flaky memory allocation test (#2782)

    Update MemoryDiagnoserTests.cs
    
    t
    filzrev authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    27d864a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f1dcd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    973f6b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2306bab View commit details
    Browse the repository at this point in the history
Loading