summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
authorJacek Blaszczynski <biosciencenow@outlook.com>2017-09-18 18:35:42 +0200
committerJacek Blaszczynski <biosciencenow@outlook.com>2017-09-18 18:35:42 +0200
commit5b340452687306db1aaaf439821b3887980aed49 (patch)
tree9b5444317c6d18abd0ccb2e2043a988a21759244 /perf.groovy
parent5083a0fd4aafdc5a3963a0112aef01f9c6c02048 (diff)
downloadcoreclr-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.groovy8
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')
}