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

Extend How it works docs with Jitting phase #2635

Open
adamsitnik opened this issue Sep 10, 2024 · 1 comment
Open

Extend How it works docs with Jitting phase #2635

adamsitnik opened this issue Sep 10, 2024 · 1 comment

Comments

@adamsitnik
Copy link
Member

https://benchmarkdotnet.org/articles/guides/how-it-works.html is one of the docs that I very often share with our users. I've just realized that it does not mention the Jitting phase.

@ketanpkolte
Copy link
Contributor

should I explain the Jitting in the explanation like this:

ActualWarmup: JIT Compiler pre-compiles the method, to avoid skewed results due to compilation time in actual measurements, allowing the runtime to reach a steady, optimized state.
ActualWorkload: Conducts the runtime performance of the workload method, excluding JIT-related overhead.

OR how the user can configure the Job's for specific JIT Environment

Jit Config Options we are providing like RyuJIT & LegacyJit

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

3 participants