Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c29547f

Browse files
Merge pull request #6151 from mikedn/runbench-coreclr
Fix incorrect RunBenchmarks help text
2 parents 5a95caf + 17aebd8 commit c29547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public void Usage()
441441
Console.WriteLine(" -listsuites prints a list of the suite names and does nothing else");
442442
Console.WriteLine(" -listtags prints a list of the tag names and does nothing else");
443443
Console.WriteLine(" -listexes prints a list of the benchmark executables and does nothing else");
444-
Console.WriteLine(" -coreclr run benchmarks on CoreCLR (default DesktopCLR)");
444+
Console.WriteLine(" -runner runner to be used to run benchmarks (e.g. corerun, default is DesktopCLR)");
445445
Console.WriteLine(" -complus_version <version> run benchmarks on particular DesktopCLR version");
446446
Console.WriteLine(" -run run benchmarks");
447447
Console.WriteLine(" -norun prints what would be run, but nothing is executed");

0 commit comments

Comments
 (0)