BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Feature Request: Ability to compare two sets of ILC Packages for NAOT

Open keegan-caruso opened this issue 4 months ago • 1 comments

For comparing two Core Runs, the experience is:

dotnet run -c Release `
    -f net8.0 `
    --coreRun 
        "<path to core run 1>" `
        "<path to core run 2>"

Today, it is not possible to compare two sets of ilcPackages the same way. ilcPackages can only be a single directory. It would be an improvement to the workflow of comparing NAOT builds if a similar experience to Core Runs was available.

keegan-caruso avatar Oct 18 '24 20:10 keegan-caruso