Skip to content
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

Fix peer list bugs for benchmarking #71

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Fix peer list bugs for benchmarking #71

merged 1 commit into from
Jul 19, 2016

Conversation

prashantv
Copy link
Contributor

Peer-list was ignoring the last line if it did not end with a "\n"
Benchmark warmup failed if --peer-list was used (introduced in
round-robin peer selection, #61).

Fixes #70

Peer-list was ignoring the last line if it did not end with a "\n"
Benchmark warmup failed if --peer-list was used (introduced in
round-robin peer selection).
@mention-bot
Copy link

@prashantv, thanks for your PR! By analyzing the annotation information on this pull request, we identified @blampe and @abhinav to be potential reviewers

origArgs := os.Args
defer func() { os.Args = origArgs }()

const numServers = 5
Copy link
Contributor

Choose a reason for hiding this comment

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

Why make this a constant here? It's not used anywhere else. Just for readability?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah just for readability

@abhinav
Copy link
Contributor

abhinav commented Jul 19, 2016

👍

@prashantv prashantv merged commit 8d9f983 into dev Jul 19, 2016
@prashantv prashantv deleted the bench_err branch July 19, 2016 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants