Skip to content

Commit a259d9f

Browse files
author
github-action-benchmark
committed
add pipeline (cargo) benchmark result for 4a20147
1 parent c4829cf commit a259d9f

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

dev/bench/data.js

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1731675222202,
2+
"lastUpdate": 1731675640450,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -8972,6 +8972,36 @@ window.BENCHMARK_DATA = {
89728972
"unit": "ns/iter"
89738973
}
89748974
]
8975+
},
8976+
{
8977+
"commit": {
8978+
"author": {
8979+
"email": "[email protected]",
8980+
"name": "Yusuke Tanaka",
8981+
"username": "magurotuna"
8982+
},
8983+
"committer": {
8984+
"email": "[email protected]",
8985+
"name": "Sean McArthur",
8986+
"username": "seanmonstar"
8987+
},
8988+
"distinct": true,
8989+
"id": "4a20147a1b73003860a8391c4b89ccd8a78a832e",
8990+
"message": "fix(http2): pass proper value to h2 max_local_error_reset_streams\n\nThe patch #3528 added the ability for hyper users to configure\n`max_local_error_reset_streams` via the server builder to hyper\nv0.14.29. It was then pulled in to hyper v1.2.0 as well in #3530, where\nthe wrong parameter `max_pending_accept_reset_streams` is passed to h2's\nbuilder as `max_local_error_reset_streams`.\n\nThis could lead to significant impact especially when a hyper user does\nnot set `max_pending_accept_reset_streams`, because its default value is\n`None` and passing `None` to h2's `max_local_error_reset_streams` method\nwill make the server vulnerable to DOS attacks.\n\nThis issue has been fixed in this patch, simply by passing the correct\nvalue to the h2's builder method.",
8991+
"timestamp": "2024-11-15T04:59:47-08:00",
8992+
"tree_id": "c77580767675d72092d1e21bcb6575ddfbea151a",
8993+
"url": "https://github.com/hyperium/hyper/commit/4a20147a1b73003860a8391c4b89ccd8a78a832e"
8994+
},
8995+
"date": 1731675636868,
8996+
"tool": "cargo",
8997+
"benches": [
8998+
{
8999+
"name": "hello_world_16",
9000+
"value": 45645,
9001+
"range": "± 6122.71",
9002+
"unit": "ns/iter"
9003+
}
9004+
]
89759005
}
89769006
],
89779007
"end_to_end": [

0 commit comments

Comments
 (0)