dotnet / dotnet/BenchmarkDotNet
Feature Request: Ability to compare two sets of ILC Packages for NAOT
Open
Area:CommandLine
up-for-grabs
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 11
Description
For comparing two Core Runs, the experience is:
```ps1
dotnet run -c Release `
-f net8.0 `
--coreRun
"" `
""
```
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.
Contributor guide
Assessment
This issue has not been assessed yet.