Skip to content

Commit f33aea4

Browse files
author
github-action-benchmark
committed
add end_to_end (cargo) benchmark result for 8af6787
1 parent 87a6c34 commit f33aea4

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": 1786118348436,
2+
"lastUpdate": 1786118454606,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -65092,6 +65092,114 @@ window.BENCHMARK_DATA = {
6509265092
"unit": "ns/iter"
6509365093
}
6509465094
]
65095+
},
65096+
{
65097+
"commit": {
65098+
"author": {
65099+
"email": "mail@logan-cox.com",
65100+
"name": "Logan",
65101+
"username": "logan-bobo"
65102+
},
65103+
"committer": {
65104+
"email": "noreply@github.com",
65105+
"name": "GitHub",
65106+
"username": "web-flow"
65107+
},
65108+
"distinct": true,
65109+
"id": "8af678759de2b8bc19b34c12ca3ad58e3746b279",
65110+
"message": "style(lib): move from the use of ref patterns to `&` (#4141)\n\nAnd remove allow for lint `ref_patterns` \n\nPart of #4071",
65111+
"timestamp": "2026-08-07T11:58:12-04:00",
65112+
"tree_id": "e24420ff5762d684e5eefd1ac2cbff311336c234",
65113+
"url": "https://github.com/hyperium/hyper/commit/8af678759de2b8bc19b34c12ca3ad58e3746b279"
65114+
},
65115+
"date": 1786118451741,
65116+
"tool": "cargo",
65117+
"benches": [
65118+
{
65119+
"name": "http1_consecutive_x1_both_100kb",
65120+
"value": 67897,
65121+
"range": "± 4453.37",
65122+
"unit": "ns/iter"
65123+
},
65124+
{
65125+
"name": "http1_consecutive_x1_both_10mb",
65126+
"value": 4255292,
65127+
"range": "± 246523.47",
65128+
"unit": "ns/iter"
65129+
},
65130+
{
65131+
"name": "http1_consecutive_x1_empty",
65132+
"value": 20335,
65133+
"range": "± 352.13",
65134+
"unit": "ns/iter"
65135+
},
65136+
{
65137+
"name": "http1_consecutive_x1_req_10b",
65138+
"value": 22121,
65139+
"range": "± 285.48",
65140+
"unit": "ns/iter"
65141+
},
65142+
{
65143+
"name": "http2_consecutive_x1_empty",
65144+
"value": 30547,
65145+
"range": "± 785.26",
65146+
"unit": "ns/iter"
65147+
},
65148+
{
65149+
"name": "http2_consecutive_x1_req_100kb",
65150+
"value": 98556,
65151+
"range": "± 2158.63",
65152+
"unit": "ns/iter"
65153+
},
65154+
{
65155+
"name": "http2_consecutive_x1_req_10b",
65156+
"value": 41000135,
65157+
"range": "± 6851.33",
65158+
"unit": "ns/iter"
65159+
},
65160+
{
65161+
"name": "http2_parallel_x10_empty",
65162+
"value": 80637,
65163+
"range": "± 5409.52",
65164+
"unit": "ns/iter"
65165+
},
65166+
{
65167+
"name": "http2_parallel_x10_req_10kb_100_chunks",
65168+
"value": 15979416,
65169+
"range": "± 16495761.60",
65170+
"unit": "ns/iter"
65171+
},
65172+
{
65173+
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
65174+
"value": 23986583,
65175+
"range": "± 8308519.89",
65176+
"unit": "ns/iter"
65177+
},
65178+
{
65179+
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
65180+
"value": 7432574,
65181+
"range": "± 129648.52",
65182+
"unit": "ns/iter"
65183+
},
65184+
{
65185+
"name": "http2_parallel_x10_req_10mb",
65186+
"value": 51229897,
65187+
"range": "± 705587.47",
65188+
"unit": "ns/iter"
65189+
},
65190+
{
65191+
"name": "http2_parallel_x10_res_10mb",
65192+
"value": 51455861,
65193+
"range": "± 1968292.90",
65194+
"unit": "ns/iter"
65195+
},
65196+
{
65197+
"name": "http2_parallel_x10_res_1mb",
65198+
"value": 5228574,
65199+
"range": "± 64097.88",
65200+
"unit": "ns/iter"
65201+
}
65202+
]
6509565203
}
6509665204
]
6509765205
}

0 commit comments

Comments
 (0)