summaryrefslogtreecommitdiff
path: root/perf.groovy
diff options
context:
space:
mode:
authorDrew Scoggins <anscoggi@microsoft.com>2017-06-12 10:15:55 -0700
committerDrew Scoggins <anscoggi@microsoft.com>2017-06-12 10:15:55 -0700
commitb236624a1d867c94f918356f324c38785f1018e0 (patch)
treeeaa2139387ad58efaba675587a85f8c04d0ee976 /perf.groovy
parentd1ee1145a37f355715160cb0895d8f5e57dc2d8b (diff)
downloadcoreclr-b236624a1d867c94f918356f324c38785f1018e0.tar.gz
coreclr-b236624a1d867c94f918356f324c38785f1018e0.tar.bz2
coreclr-b236624a1d867c94f918356f324c38785f1018e0.zip
Add help statement for perf.groovy
When you use the help from dotnet bot you do not get any of the performance runs in the help. This should add those in.
Diffstat (limited to 'perf.groovy')
-rw-r--r--perf.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/perf.groovy b/perf.groovy
index c61ff1579c..458c08b85b 100644
--- a/perf.groovy
+++ b/perf.groovy
@@ -486,3 +486,7 @@ def static getOSGroup(def os) {
}
}
}
+
+Utilities.createHelperJob(this, project, branch,
+ "Welcome to the ${project} Perf help",
+ "Have a nice day!")