-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add branch name to benchmarking results, add command line parameter #2827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 very minor nitpicks, LGTM otherwise
build/scripts/Benchmarking.fsx
Outdated
@@ -173,6 +175,7 @@ module Benchmarker = | |||
|
|||
let date = DateTime.UtcNow | |||
let commit = getSHA1 "." "HEAD" | |||
let branchName = getBranchName "." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor nitpick: space alignment
build/scripts/Commandline.fsx
Outdated
@@ -77,6 +77,12 @@ module Commandline = | |||
|
|||
| ["test"; testFilter] -> setBuildParam "testfilter" testFilter | |||
|
|||
| ["benchmark"; "non-interactive"; IsUrl elasticsearch; username; password] -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "non-interactive"
should be the last argument, to align with the conventions of the other patterns.
…2827) * Add branch name to benchmarking results, add command line parameter.
…2827) * Add branch name to benchmarking results, add command line parameter.
@codebrain needs cherry-picking/backporting to 5.x and 2.x |
…lastic#2827) * Add branch name to benchmarking results, add command line parameter.
Add branchname and setup Team City command line version.