Commit 23a36bb
authored
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`a54686e` to `ac52a48`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/ac52a4805a62ca4c7c9d1c17e86ba41c2afd308f"><code>ac52a48</code></a>
fix(s2n-quic-dc): handle spurious TCP acceptor worker wakeups (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2434">#2434</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/8d9b09ed38f02f682763f775743010a2dfcb5546"><code>8d9b09e</code></a>
fix(s2n-quic-dc): Pause the cleaner thread for the tail of the execution
time...</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d7db13c0e7a7625b13e9cbb628fdbdb1d492f0e0"><code>d7db13c</code></a>
feat(s2n-quic-dc): Globally cache the control socket (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2431">#2431</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/239a8d91e4fc893397d2bfe62a4b1e1c8684fe0e"><code>239a8d9</code></a>
fix(s2n-quic-dc): Import fixes + new metrics (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2430">#2430</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/a54686e4e1daad2afbbc01fccaf4cc1a512c58bf...ac52a4805a62ca4c7c9d1c17e86ba41c2afd308f">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4b85a3 commit 23a36bb
1 file changed
+1
-1
lines changed- dc/s2n-quic-dc/events/map.rs+72
- dc/s2n-quic-dc/src/event/generated.rs+588-1
- dc/s2n-quic-dc/src/event/generated/metrics/aggregate.rs+419-195
- dc/s2n-quic-dc/src/event/generated/metrics/probe.rs+113-52
- dc/s2n-quic-dc/src/fixed_map.rs+60-10
- dc/s2n-quic-dc/src/fixed_map/test.rs+19-9
- dc/s2n-quic-dc/src/path/secret/map/cleaner.rs+17-1
- dc/s2n-quic-dc/src/path/secret/map/entry.rs+32-1
- dc/s2n-quic-dc/src/path/secret/map/entry/tests.rs+1-1
- dc/s2n-quic-dc/src/path/secret/map/state.rs+83-8
- dc/s2n-quic-dc/src/path/secret/map/store.rs+1-1
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager.rs+7
- dc/s2n-quic-dc/src/stream/server/tokio/tcp/manager/tests.rs+2-3
0 commit comments