summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDrew Scoggins <anscoggi@microsoft.com>2017-02-06 11:29:03 -0800
committerGitHub <noreply@github.com>2017-02-06 11:29:03 -0800
commit9f7adfcc30d3b9d3ecdb9927504cc2f028a3a65b (patch)
tree1ffec32367fa20cf089c112af4d5b88bcd5149df /tests
parentd05009a17e194d50726454f348e93890273e62f5 (diff)
parentbeb30ddc152e34aa453a892c36782254f1178668 (diff)
downloadcoreclr-9f7adfcc30d3b9d3ecdb9927504cc2f028a3a65b.tar.gz
coreclr-9f7adfcc30d3b9d3ecdb9927504cc2f028a3a65b.tar.bz2
coreclr-9f7adfcc30d3b9d3ecdb9927504cc2f028a3a65b.zip
Merge pull request #9319 from DrewScoggins/X86PerfRuns
Add x86 perf runs to CoreCLR
Diffstat (limited to 'tests')
-rwxr-xr-xtests/scripts/run-xunit-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/run-xunit-perf.sh b/tests/scripts/run-xunit-perf.sh
index 2899e77cde..27f84c2011 100755
--- a/tests/scripts/run-xunit-perf.sh
+++ b/tests/scripts/run-xunit-perf.sh
@@ -25,7 +25,7 @@ function print_usage {
echo ' --coreClrBinDir=<path> : Directory of the CoreCLR build (e.g. coreclr/bin/Product/Linux.x64.Debug).'
echo ' --mscorlibDir=<path> : Directory containing the built mscorlib.dll. If not specified, it is expected to be'
echo ' in the directory specified by --coreClrBinDir.'
- echo ' --coreFxBinDir="<path>" : The path to the unpacled runtime folder that is produced as part of a CoreFX build'
+ echo ' --coreFxBinDir="<path>" : The path to the unpacked runtime folder that is produced as part of a CoreFX build'
echo ' --uploadToBenchview : Specify this flag in order to have the results of the run uploaded to Benchview.'
echo ' This also requires that the os flag and runtype flag to be set. Lastly you must'
echo ' also have the BV_UPLOAD_SAS_TOKEN set to a SAS token for the Benchview upload container'