You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/features/disassembler.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,6 @@ The configuration options available from code level are:
17
17
*`exportCombinedDisassemblyReport`: Exports all benchmarks to a single HTML report. Makes it easy to compare different runtimes or methods (each becomes a column in HTML table).
18
18
*`exportDiff`: Exports a diff of the assembly code to the Github markdown format. False by default.
19
19
20
-
The configuration options available for MSBuild properties:
21
-
22
-
*`BenchmarkDotNetTargetPlatform`: Specify `all` to include all native dependencies of disassembler.
23
-
24
-
> [!NOTE]
25
-
> By default, BenchmarkDotNet excludes disassembler's native dependencies that aren't used on current target platform.
26
-
> Use the following settings when running the benchmark binary on a different platform than it was built on, or multiple platforms.
0 commit comments