This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
[WIP] benchmark: add basic QUIC benchmark #182
Draft
addaleax
wants to merge
110
commits into
master
Choose a base branch
from
benchmark
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: I believe @tatsuhiro-t is either planning on adding QUIC support to h2load or has already done so. If not, I definitely think I may open a PR to do so as that would make benchmarking QUIC significantly easier |
Check out https://github.com/nghttp2/nghttp2/tree/quic#running-h2load-against-http3-server |
Thank you @tatsuhiro-t :-) |
PR-URL: #145 Reviewed-By: James M Snell <[email protected]>
PR-URL: #150 Reviewed-By: James M Snell <[email protected]>
Allow using the handle more directly for I/O in other parts of the codebase. PR-URL: #165 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
Co-authored-by: Anna Henningsen <[email protected]> Co-authored-by: Daniel Bevenius <[email protected]> Co-authored-by: gengjiawen <[email protected]> Co-authored-by: James M Snell <[email protected]> Co-authored-by: Lucas Pardue <[email protected]> Co-authored-by: Ouyang Yadong <[email protected]> Co-authored-by: Juan José Arboleda <[email protected]> Co-authored-by: Trivikram Kamat <[email protected]>
Ported from tatsuhiro-t/openssl@920a331 PR-URL: #6 Reviewed-By: Daniel Bevenius <[email protected]>
Ported from tatsuhiro-t/openssl@920a331 PR-URL: #6 Reviewed-By: Daniel Bevenius <[email protected]>
Fixes: #59 PR-URL: #145 Reviewed-By: James M Snell <[email protected]>
PR-URL: #147 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
Introduced in aa99a6a. PR-URL: #149 Reviewed-By: James M Snell <[email protected]>
PR-URL: #149 Reviewed-By: James M Snell <[email protected]>
PR-URL: #154 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
PR-URL: #153 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
PR-URL: #152 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
Previously, if the expiry timestamp was in the future by less than 1ms, the retransmission timer would not have been scheduled. (This also removes an unused line from the test that this problem made flaky.) PR-URL: #157 Reviewed-By: James M Snell <[email protected]>
If we set `preferredAddressPolicy` to `accept` on `QuicClientSession` but receives an invalid preferred address, e.g. we don't define `preferredAddress` on the server, the `QuicClientSession` should still work. Before this PR, the included test will cause segmetation fault. PR-URL: #155 Reviewed-By: James M Snell <[email protected]>
It would be better to add a test to ensure that the timeout is greater than the triple PTO if we can get the PTO. PR-URL: #160 Reviewed-By: James M Snell <[email protected]>
PR-URL: #159 Reviewed-By: James M Snell <[email protected]>
This reverts commit 170c5d0. PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
This reverts commit ecda77c. PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
This commit will need to be submitted upstream then backed out once it lands and we can update PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #138 Reviewed-By: Anna Henningsen <[email protected]>
The recent commits have broken the build, tests, and linting. One cctest is not fixed but rather disabled here. PR-URL: #162
After ngtcp2 being updated, `ngtcp2_conn_get_idle_timeout` is renamed as `ngtcp2_conn_get_idle_expiry` which returns `ngtcp2_tstamp` instead of `ngtcp2_duration`. Refs: https://github.com/ngtcp2/ngtcp2/blob/6f40668cdce7db7c043d3a80c07f379841d8c51e/lib/ngtcp2_conn.c#L8604 PR-URL: #166 Reviewed-By: Anna Henningsen <[email protected]>
Fixes: #75 PR-URL: #150 Reviewed-By: James M Snell <[email protected]>
PR-URL: #213 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #213 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #213 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #213 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #216 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #216 Reviewed-By: Anna Henningsen <[email protected]>
Generate stateless reset token cryptographically Fixes: #62 PR-URL: #215 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #217 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #217 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #217 Reviewed-By: Anna Henningsen <[email protected]>
Currently the doc target fails and this commit attempts for fix these errors. PR-URL: #221 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #224 Reviewed-By: Anna Henningsen <[email protected]>
Heads up, this will need to be rebased |
jasnell
force-pushed
the
master
branch
3 times, most recently
from
February 13, 2020 19:39
76d2afc
to
b69367d
Compare
jasnell
force-pushed
the
master
branch
4 times, most recently
from
March 17, 2020 16:23
928c50e
to
08796cc
Compare
jasnell
force-pushed
the
master
branch
2 times, most recently
from
March 24, 2020 01:14
78e9941
to
cee2e5d
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is currently WIP, because it turns out that the retransmission timing is currently impractical for benchmarking (about 2/3 of the time are just spent waiting for the retransmission timer).
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes