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.3
Choose a base ref
...
head repository: dotnet/BenchmarkDotNet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 12 files changed
  • 5 contributors

Commits on Sep 17, 2025

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

Commits on Sep 18, 2025

  1. Fix condition for TestTfmsInParallel property (#2831)

    Condition needs double equals to be a comparison. As it is, it won't load in Visual Studio right now.
    miniksa authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4071cae View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Allow override method/property for ParamsSource (#2832)

    * Allow override method/property for ParamsSource
    
    * add tests for allow ParamsSource override
    neuecc authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    6a47e26 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

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

Commits on Oct 2, 2025

  1. feat: Add custom MsBuild targets to remove unnecessary files from bin…

    … directory (#2737)
    
    * feat: add custom msbuild target to remove unnecessary files
    
    * fix: simplify code based on review comment
    
    * fix: update code based on review comment
    filzrev authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    44f0dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e099c2e View commit details
    Browse the repository at this point in the history
Loading