diff options
author | Jacek Blaszczynski <biosciencenow@outlook.com> | 2017-09-18 18:35:42 +0200 |
---|---|---|
committer | Jacek Blaszczynski <biosciencenow@outlook.com> | 2017-09-18 18:35:42 +0200 |
commit | 5b340452687306db1aaaf439821b3887980aed49 (patch) | |
tree | 9b5444317c6d18abd0ccb2e2043a988a21759244 /perf.groovy | |
parent | 5083a0fd4aafdc5a3963a0112aef01f9c6c02048 (diff) | |
download | coreclr-5b340452687306db1aaaf439821b3887980aed49.tar.gz coreclr-5b340452687306db1aaaf439821b3887980aed49.tar.bz2 coreclr-5b340452687306db1aaaf439821b3887980aed49.zip |
Correct typos in reporoot/perf.groovy
Diffstat (limited to 'perf.groovy')
-rw-r--r-- | perf.groovy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perf.groovy b/perf.groovy index 957af67106..ca7499b696 100644 --- a/perf.groovy +++ b/perf.groovy @@ -71,8 +71,8 @@ def static getOSGroup(def os) { } else { parameters { - stringParam('XUNIT_PERFORMANCE_MAX_ITERATION', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enought to get a good sample') - stringParam('XUNIT_PERFORMANCE_MAX_ITERATION_INNER_SPECIFIED', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enought to get a good sample') + stringParam('XUNIT_PERFORMANCE_MAX_ITERATION', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enough to get a good sample') + stringParam('XUNIT_PERFORMANCE_MAX_ITERATION_INNER_SPECIFIED', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enough to get a good sample') } } @@ -331,8 +331,8 @@ def static getFullPerfJobName(def project, def os, def isPR) { parameters { // Cap the maximum number of iterations to 21. - stringParam('XUNIT_PERFORMANCE_MAX_ITERATION', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enought to get a good sample') - stringParam('XUNIT_PERFORMANCE_MAX_ITERATION_INNER_SPECIFIED', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enought to get a good sample') + stringParam('XUNIT_PERFORMANCE_MAX_ITERATION', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enough to get a good sample') + stringParam('XUNIT_PERFORMANCE_MAX_ITERATION_INNER_SPECIFIED', '21', 'Sets the number of iterations to twenty one. We are doing this to limit the amount of data that we upload as 20 iterations is enough to get a good sample') stringParam('PRODUCT_BUILD', '', 'Build number from which to copy down the CoreCLR Product binaries built for Linux') } |