Skip to content

Commit

Permalink
Merge pull request dotnet/coreclr#12223 from DrewScoggins/AddHelpToPerf
Browse files Browse the repository at this point in the history
Add help statement for perf.groovy

Commit migrated from dotnet/coreclr@7f118db
  • Loading branch information
DrewScoggins authored Jun 13, 2017
2 parents 56765e1 + c51405b commit bf33b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/coreclr/perf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,7 @@ def static getOSGroup(def os) {
}
}
}

Utilities.createHelperJob(this, project, branch,
"Welcome to the ${project} Perf help",
"Have a nice day!")

0 comments on commit bf33b80

Please sign in to comment.