-
-
Notifications
You must be signed in to change notification settings - Fork 1k
docs: Add docs for breaking changes of disassembler native dependencies #2836
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
base: master
Are you sure you want to change the base?
docs: Add docs for breaking changes of disassembler native dependencies #2836
Conversation
|
|
||
| > [!NOTE] | ||
| > By default, BenchmarkDotNet excludes disassembler's native dependencies that aren't used on current target platform. | ||
| > Use the following settings when running the benchmark binary on multiple platforms. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| > Use the following settings when running the benchmark binary on multiple platforms. | |
| > Use the following settings when running the benchmark binary on a different platform than it was built on, or multiple platforms. |
| > Use the following settings when running the benchmark binary on multiple platforms. | ||
| > | ||
| > ```xml | ||
| > <BenchmarkDotNetTargetPlatform>all</BenchmarkDotNetTargetPlatform> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it support specifying an exact platform? If not, it would be a good future improvement.
[Edit] Just checked, looks like it does, either by RuntimeIdentifier or BenchmarkDotNetTargetPlatform. It would be good to document it.
|
I would move it to under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@filzrev Can you address the comments?
This PR add docs about breaking change that introduced by PR #2737.
After PR #2737 is merged.
It need to explicitly specify following settings to preserve old behaviors.