Skip to content

Commit 1f7cab1

Browse files
authored
Update console-args.md (#2657)
Replaced ilcPath with ilcPackages
1 parent 9ff49c6 commit 1f7cab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/articles/guides/console-args.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The `--runtimes` or just `-r` allows you to run the benchmarks for selected Runt
121121
* Mono - it's going to use the Mono from `$Path`, you can override it with `--monoPath`.
122122
* net46, net461, net462, net47, net471, net472, net48, net481 - to build and run benchmarks against specific .NET Framework version.
123123
* netcoreapp3.1, net5.0, net6.0, net7.0, net8.0 - to build and run benchmarks against specific .NET (Core) version.
124-
* nativeaot5.0, nativeaot6.0, nativeaot7.0, nativeaot8.0 - to build and run benchmarks using NativeAOT. Can be customized with additional options: `--ilcPath`, `--ilCompilerVersion`.
124+
* nativeaot5.0, nativeaot6.0, nativeaot7.0, nativeaot8.0 - to build and run benchmarks using NativeAOT. Can be customized with additional options: `--ilcPackages`, `--ilCompilerVersion`.
125125
* mono6.0, mono7.0, mono8.0 - to build and run benchmarks with .Net 6+ using MonoVM.
126126

127127
Example: run the benchmarks for .NET 4.7.2 and .NET 8.0:
@@ -229,7 +229,7 @@ dotnet run -c Release -- --filter * --runtimes net6.0 net8.0 --statisticalTest 5
229229
* `--cli` path to dotnet cli (optional).
230230
* `--packages` the directory to restore packages to (optional).
231231
* `--coreRun` path(s) to CoreRun (optional).
232-
* `--ilcPath` path to ILCompiler for NativeAOT.
232+
* `--ilcPackages` path to ILCompiler for NativeAOT.
233233
* `--info` prints environment configuration including BenchmarkDotNet, OS, CPU and .NET version
234234
* `--stopOnFirstError` stop on first error.
235235
* `--help` display this help screen.

0 commit comments

Comments
 (0)