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.13.7
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.8
Choose a head ref
  • 15 commits
  • 71 files changed
  • 8 contributors

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    e1122c4 View commit details
    Browse the repository at this point in the history
  2. [build] Remove explicit snupkg pushing

    *.snupkg files are pushed together with corresponding *.nupkg
    AndreyAkinshin committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b2235af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c999b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Issue2394 multiple markdown exporters not possible even with differen…

    …t names (#2395)
    
    * Merge exporters by exporter.Name instead of exporter.GetType()
    
    * Added test that MarkdownExporter.GitHub and MarkdownExporter.Atlassian are both accepted in the merged configuration
    bstordrup authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d058c7b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Make MarkdownExporter ctor and Dialect protected (#2407)

    Make MarkdownExporter ctor and Dialect protected
    nietras authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9da4497 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Refactor out base TextLogger from StreamLogger (#2406)

    * Refactor out base TextWriterLogger from StreamLogger
    
    * rename to TextLogger
    
    * fix Id
    
    * rearrange
    nietras authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c35dcb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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

Commits on Aug 25, 2023

  1. Update stub decoding for .NET 8 for disassemblers (#2416)

    * Update stub decoding for .NET 8 for disassemblers
    
    The call counting stub, stub precode and fixup precode were modified in
    .NET 8 to have larger size of the interleaved code / data blocks. The
    stub decoder in the intel and arm64 disassemblers need to be updated to
    take that into account.
    janvorli authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d391085 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    2d763cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83fc5ed View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Removed redundant check

    alinasmirnova authored and AndreyAkinshin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3860e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a8bab5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. feat: add text justification style (#2410)

    * feat: add text justification style
    
    * fix: apply review changes
    
    * fix: remove extra space and set default justification to right for numeric columns
    
    * fix: use uniform justification for header columns
    
    * fix: use HeaderSeparator
    Vahdanian authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    b035d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    e2e888c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8de1e9 View commit details
    Browse the repository at this point in the history
Loading