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.13.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: v0.13.4
Choose a head ref
  • 9 commits
  • 28 files changed
  • 5 contributors

Commits on Dec 26, 2022

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

Commits on Jan 4, 2023

  1. Fix IOException when Console window unavailable (#2237) (#2238)

    * Fix IOException when Console window unavailable (#2237)
    
    * Refactored ConsoleTitler (#2237)
    albahari authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e04e2d7 View commit details
    Browse the repository at this point in the history
  2. Update copyright year

    AndreyAkinshin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7694d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e8a318 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Add single quote when use pattern with filters (#2206)

    * Add single quote when use pattern with filters
    
    * use the correct single quote
    erlangxk authored and AndreyAkinshin committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ea0eb2f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Improve getting started guide (#2218)

    - Adjust the instructions and examples to reflect more modern .NET
    - Add a section about how to run the benchmarks (making sure you use Release)
    - Fix the "Analyze" section, which was misleading, and add more useful information
    reflectronic authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    0cf1850 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. JitStatsDiagnoser (#2243)

    * change JitDiagnoser base class to be able to specify TStats type
    
    * implement JitStatsDiagnoser
    
    * make it possible to use existing JIT diagnosers from command line args
    adamsitnik authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    12bf220 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    858a86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dbc1fa View commit details
    Browse the repository at this point in the history
Loading