Skip to content

Commit a78bfdd

Browse files
author
github-action-benchmark
committed
add end_to_end (cargo) benchmark result for 72fcf54
1 parent dde4824 commit a78bfdd

1 file changed

Lines changed: 109 additions & 1 deletion

File tree

dev/bench/data.js

Lines changed: 109 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1786432659492,
2+
"lastUpdate": 1786432786640,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -66196,6 +66196,114 @@ window.BENCHMARK_DATA = {
6619666196
"unit": "ns/iter"
6619766197
}
6619866198
]
66199+
},
66200+
{
66201+
"commit": {
66202+
"author": {
66203+
"email": "sean@seanmonstar.com",
66204+
"name": "Sean McArthur",
66205+
"username": "seanmonstar"
66206+
},
66207+
"committer": {
66208+
"email": "noreply@github.com",
66209+
"name": "GitHub",
66210+
"username": "web-flow"
66211+
},
66212+
"distinct": true,
66213+
"id": "72fcf545c9b4a261f31d89bafd3019a2d4e9e1d7",
66214+
"message": "fix(http1): detect TE: trailers caselessly and with other values (#4152)",
66215+
"timestamp": "2026-08-11T07:16:47Z",
66216+
"tree_id": "41be8370cf91b722bb18cbf621ff41c415ce9581",
66217+
"url": "https://github.com/hyperium/hyper/commit/72fcf545c9b4a261f31d89bafd3019a2d4e9e1d7"
66218+
},
66219+
"date": 1786432782660,
66220+
"tool": "cargo",
66221+
"benches": [
66222+
{
66223+
"name": "http1_consecutive_x1_both_100kb",
66224+
"value": 67727,
66225+
"range": "± 9893.68",
66226+
"unit": "ns/iter"
66227+
},
66228+
{
66229+
"name": "http1_consecutive_x1_both_10mb",
66230+
"value": 3993776,
66231+
"range": "± 166711.50",
66232+
"unit": "ns/iter"
66233+
},
66234+
{
66235+
"name": "http1_consecutive_x1_empty",
66236+
"value": 20917,
66237+
"range": "± 1728.76",
66238+
"unit": "ns/iter"
66239+
},
66240+
{
66241+
"name": "http1_consecutive_x1_req_10b",
66242+
"value": 23033,
66243+
"range": "± 945.05",
66244+
"unit": "ns/iter"
66245+
},
66246+
{
66247+
"name": "http2_consecutive_x1_empty",
66248+
"value": 30970,
66249+
"range": "± 10032.64",
66250+
"unit": "ns/iter"
66251+
},
66252+
{
66253+
"name": "http2_consecutive_x1_req_100kb",
66254+
"value": 98744,
66255+
"range": "± 1830.67",
66256+
"unit": "ns/iter"
66257+
},
66258+
{
66259+
"name": "http2_consecutive_x1_req_10b",
66260+
"value": 41000355,
66261+
"range": "± 6940.09",
66262+
"unit": "ns/iter"
66263+
},
66264+
{
66265+
"name": "http2_parallel_x10_empty",
66266+
"value": 80710,
66267+
"range": "± 2277.63",
66268+
"unit": "ns/iter"
66269+
},
66270+
{
66271+
"name": "http2_parallel_x10_req_10kb_100_chunks",
66272+
"value": 15968903,
66273+
"range": "± 16515049.09",
66274+
"unit": "ns/iter"
66275+
},
66276+
{
66277+
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
66278+
"value": 7630651,
66279+
"range": "± 126250.76",
66280+
"unit": "ns/iter"
66281+
},
66282+
{
66283+
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
66284+
"value": 7545618,
66285+
"range": "± 132940.53",
66286+
"unit": "ns/iter"
66287+
},
66288+
{
66289+
"name": "http2_parallel_x10_req_10mb",
66290+
"value": 92101794,
66291+
"range": "± 2317266.84",
66292+
"unit": "ns/iter"
66293+
},
66294+
{
66295+
"name": "http2_parallel_x10_res_10mb",
66296+
"value": 51293749,
66297+
"range": "± 1603495.80",
66298+
"unit": "ns/iter"
66299+
},
66300+
{
66301+
"name": "http2_parallel_x10_res_1mb",
66302+
"value": 5222291,
66303+
"range": "± 370883.61",
66304+
"unit": "ns/iter"
66305+
}
66306+
]
6619966307
}
6620066308
]
6620166309
}

0 commit comments

Comments
 (0)