Skip to content

Commit c4829cf

Browse files
author
github-action-benchmark
committed
add end_to_end (cargo) benchmark result for 4694f38
1 parent 51f1f00 commit c4829cf

File tree

1 file changed

+109
-1
lines changed

1 file changed

+109
-1
lines changed

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": 1731675169811,
2+
"lastUpdate": 1731675222202,
33
"repoUrl": "https://github.com/hyperium/hyper",
44
"entries": {
55
"pipeline": [
@@ -47260,6 +47260,114 @@ window.BENCHMARK_DATA = {
4726047260
"unit": "ns/iter"
4726147261
}
4726247262
]
47263+
},
47264+
{
47265+
"commit": {
47266+
"author": {
47267+
"email": "[email protected]",
47268+
"name": "Sean McArthur",
47269+
"username": "seanmonstar"
47270+
},
47271+
"committer": {
47272+
"email": "[email protected]",
47273+
"name": "GitHub",
47274+
"username": "web-flow"
47275+
},
47276+
"distinct": true,
47277+
"id": "4694f3878204bfaa3232a36b7de4ac0a2fdd1e0d",
47278+
"message": "chore(ci): pin hashbrown in MSRV job (#3783)",
47279+
"timestamp": "2024-11-15T07:51:57-05:00",
47280+
"tree_id": "09030cb313fe1221816814d355943cfbd1fb559f",
47281+
"url": "https://github.com/hyperium/hyper/commit/4694f3878204bfaa3232a36b7de4ac0a2fdd1e0d"
47282+
},
47283+
"date": 1731675219799,
47284+
"tool": "cargo",
47285+
"benches": [
47286+
{
47287+
"name": "http1_consecutive_x1_both_100kb",
47288+
"value": 68448,
47289+
"range": "± 4292.08",
47290+
"unit": "ns/iter"
47291+
},
47292+
{
47293+
"name": "http1_consecutive_x1_both_10mb",
47294+
"value": 4046319,
47295+
"range": "± 605778.82",
47296+
"unit": "ns/iter"
47297+
},
47298+
{
47299+
"name": "http1_consecutive_x1_empty",
47300+
"value": 21959,
47301+
"range": "± 899.12",
47302+
"unit": "ns/iter"
47303+
},
47304+
{
47305+
"name": "http1_consecutive_x1_req_10b",
47306+
"value": 24392,
47307+
"range": "± 714.96",
47308+
"unit": "ns/iter"
47309+
},
47310+
{
47311+
"name": "http2_consecutive_x1_empty",
47312+
"value": 33590,
47313+
"range": "± 773.47",
47314+
"unit": "ns/iter"
47315+
},
47316+
{
47317+
"name": "http2_consecutive_x1_req_100kb",
47318+
"value": 98277,
47319+
"range": "± 3230.38",
47320+
"unit": "ns/iter"
47321+
},
47322+
{
47323+
"name": "http2_consecutive_x1_req_10b",
47324+
"value": 38212,
47325+
"range": "± 1078.12",
47326+
"unit": "ns/iter"
47327+
},
47328+
{
47329+
"name": "http2_parallel_x10_empty",
47330+
"value": 93535,
47331+
"range": "± 3214.66",
47332+
"unit": "ns/iter"
47333+
},
47334+
{
47335+
"name": "http2_parallel_x10_req_10kb_100_chunks",
47336+
"value": 23997607,
47337+
"range": "± 33796593.43",
47338+
"unit": "ns/iter"
47339+
},
47340+
{
47341+
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
47342+
"value": 24096146,
47343+
"range": "± 17332981.19",
47344+
"unit": "ns/iter"
47345+
},
47346+
{
47347+
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
47348+
"value": 7540368,
47349+
"range": "± 1148510.71",
47350+
"unit": "ns/iter"
47351+
},
47352+
{
47353+
"name": "http2_parallel_x10_req_10mb",
47354+
"value": 48622966,
47355+
"range": "± 639140.24",
47356+
"unit": "ns/iter"
47357+
},
47358+
{
47359+
"name": "http2_parallel_x10_res_10mb",
47360+
"value": 49135119,
47361+
"range": "± 554646.72",
47362+
"unit": "ns/iter"
47363+
},
47364+
{
47365+
"name": "http2_parallel_x10_res_1mb",
47366+
"value": 5014391,
47367+
"range": "± 95150.85",
47368+
"unit": "ns/iter"
47369+
}
47370+
]
4726347371
}
4726447372
]
4726547373
}

0 commit comments

Comments
 (0)