Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 4694f38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 15, 2024
1 parent 51f1f00 commit c4829cf
Showing 1 changed file with 109 additions and 1 deletion.
110 changes: 109 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1731675169811,
"lastUpdate": 1731675222202,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -47260,6 +47260,114 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Sean McArthur",
"username": "seanmonstar"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4694f3878204bfaa3232a36b7de4ac0a2fdd1e0d",
"message": "chore(ci): pin hashbrown in MSRV job (#3783)",
"timestamp": "2024-11-15T07:51:57-05:00",
"tree_id": "09030cb313fe1221816814d355943cfbd1fb559f",
"url": "https://github.com/hyperium/hyper/commit/4694f3878204bfaa3232a36b7de4ac0a2fdd1e0d"
},
"date": 1731675219799,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 68448,
"range": "± 4292.08",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4046319,
"range": "± 605778.82",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21959,
"range": "± 899.12",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 24392,
"range": "± 714.96",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 33590,
"range": "± 773.47",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 98277,
"range": "± 3230.38",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 38212,
"range": "± 1078.12",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 93535,
"range": "± 3214.66",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 23997607,
"range": "± 33796593.43",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 24096146,
"range": "± 17332981.19",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7540368,
"range": "± 1148510.71",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 48622966,
"range": "± 639140.24",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 49135119,
"range": "± 554646.72",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5014391,
"range": "± 95150.85",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit c4829cf

Please sign in to comment.