Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for a3bda62
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 10, 2024
1 parent 1c8dce0 commit 4c5d4e8
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": 1733849757252,
"lastUpdate": 1733849904609,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -48640,6 +48640,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": "a3bda62da36060a38638fba983a0c07c0ab6259d",
"message": "docs(roadmap): update ROADMAP post v1.0 (#3763)",
"timestamp": "2024-12-10T11:55:08-05:00",
"tree_id": "58111a2616eeffd70a8f0ea118348e424de88186",
"url": "https://github.com/hyperium/hyper/commit/a3bda62da36060a38638fba983a0c07c0ab6259d"
},
"date": 1733849900886,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 68137,
"range": "± 2297.03",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 5085496,
"range": "± 319203.26",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 20743,
"range": "± 2993.76",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 22729,
"range": "± 518.64",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 30559,
"range": "± 719.96",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 96433,
"range": "± 6899.92",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 34772,
"range": "± 1171.92",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 90257,
"range": "± 3612.96",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 24122167,
"range": "± 32669384.23",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7724534,
"range": "± 175522.62",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7505333,
"range": "± 203885.56",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 50417235,
"range": "± 1239828.07",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 51570871,
"range": "± 3159275.26",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5146598,
"range": "± 243128.39",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 4c5d4e8

Please sign in to comment.