Skip to content

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

Merged
merged 2 commits into from
Aug 10, 2017

Conversation

codebrain
Copy link
Contributor

Add branchname and setup Team City command line version.

@codebrain codebrain requested a review from russcam August 10, 2017 00:32
Copy link
Contributor

@russcam russcam left a 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

@@ -173,6 +175,7 @@ module Benchmarker =

let date = DateTime.UtcNow
let commit = getSHA1 "." "HEAD"
let branchName = getBranchName "."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor nitpick: space alignment

@@ -77,6 +77,12 @@ module Commandline =

| ["test"; testFilter] -> setBuildParam "testfilter" testFilter

| ["benchmark"; "non-interactive"; IsUrl elasticsearch; username; password] ->
Copy link
Contributor

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.

@codebrain codebrain merged commit 65105a0 into master Aug 10, 2017
@codebrain codebrain deleted the feature-benchmarking branch August 10, 2017 00:54
codebrain pushed a commit that referenced this pull request Aug 10, 2017
…2827)

* Add branch name to benchmarking results, add command line parameter.
codebrain pushed a commit that referenced this pull request Aug 10, 2017
…2827)

* Add branch name to benchmarking results, add command line parameter.
@russcam
Copy link
Contributor

russcam commented Sep 15, 2017

@codebrain needs cherry-picking/backporting to 5.x and 2.x

awelburn pushed a commit to Artesian/elasticsearch-net that referenced this pull request Nov 6, 2017
…lastic#2827)

* Add branch name to benchmarking results, add command line parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants