Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DisassemblyDiagnoser + multiple --corerun #2573

Open
EgorBo opened this issue May 19, 2024 · 0 comments
Open

DisassemblyDiagnoser + multiple --corerun #2573

EgorBo opened this issue May 19, 2024 · 0 comments

Comments

@EgorBo
Copy link
Member

EgorBo commented May 19, 2024

When I invoke my benchmark with multiple coreruns, e.g.:

dotnet run -c Release -- --coreRun /base/corerun /diff/corerun -d 2

the DisassemblyDiagnoser produces a report (*-asm.md) like this:

## .NET 9.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI

some asm


## .NET 9.0.0 (42.42.42.42424), X64 RyuJIT AVX-512F+CD+BW+DQ+VL+VBMI

some asm

So it's hard to say which asm is which corerun. Can we add a JobId or Toolchain into the title so we can match them? (it can be a sub-title with a smaller font)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants