summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2016-07-06 21:29:06 +0300
committerMike Danes <onemihaid@hotmail.com>2016-07-06 21:29:06 +0300
commit17aebd846b202d4b19f1adfad79eefdaf57bd244 (patch)
tree47181aae120b87a07c6fc5f35054ef4193b9b7bf /tests/src
parentc92870088bbb38c843751bb571198430a0e555ec (diff)
downloadcoreclr-17aebd846b202d4b19f1adfad79eefdaf57bd244.tar.gz
coreclr-17aebd846b202d4b19f1adfad79eefdaf57bd244.tar.bz2
coreclr-17aebd846b202d4b19f1adfad79eefdaf57bd244.zip
Fix incorrect RunBenchmarks help text
RunBenchmark's help text claims that there's a -coreclr option when in fact the option is -runner.
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs b/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs
index 8c87b75929..d5920e4b3f 100644
--- a/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs
+++ b/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.cs
@@ -441,7 +441,7 @@ namespace BenchmarkConsoleApplication
Console.WriteLine(" -listsuites prints a list of the suite names and does nothing else");
Console.WriteLine(" -listtags prints a list of the tag names and does nothing else");
Console.WriteLine(" -listexes prints a list of the benchmark executables and does nothing else");
- Console.WriteLine(" -coreclr run benchmarks on CoreCLR (default DesktopCLR)");
+ Console.WriteLine(" -runner runner to be used to run benchmarks (e.g. corerun, default is DesktopCLR)");
Console.WriteLine(" -complus_version <version> run benchmarks on particular DesktopCLR version");
Console.WriteLine(" -run run benchmarks");
Console.WriteLine(" -norun prints what would be run, but nothing is executed");