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

Adding a perf optimized helloworld example #186

Merged
merged 1 commit into from
Jul 17, 2014

Conversation

NiteshKant
Copy link
Member

The current helloworld server does the following for usability:

-- Prints the headers.
-- Uses HTTP request aggregation.

The above is not optimal for a benchmark. This new example will provide a ready to use perf test server.

The current helloworld server does the following for usability:

-- Prints the headers.
-- Uses HTTP request aggregation.

The above is not optimal for a benchmark. This new example will provide a ready to use perf test server.
@cloudbees-pull-request-builder

RxNetty-pull-requests #117 SUCCESS
This pull request looks good

NiteshKant added a commit that referenced this pull request Jul 17, 2014
Adding a perf optimized helloworld example
@NiteshKant NiteshKant merged commit e63ec91 into ReactiveX:master Jul 17, 2014
@NiteshKant NiteshKant added this to the 0.3.10 milestone Jul 17, 2014
@NiteshKant NiteshKant self-assigned this Jul 17, 2014
@NiteshKant NiteshKant removed their assignment Aug 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants