Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 65026b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 17, 2024
1 parent b5e4e17 commit 01c0f38
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": 1731825253345,
"lastUpdate": 1731825303978,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -47536,6 +47536,114 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "tottoto",
"username": "tottoto"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "65026b2ad9cd58aa24222fe73fa7d58f5f78bbba",
"message": "chore(dependencies): remove libc crate from dependencies (#3377)",
"timestamp": "2024-11-17T15:33:23+09:00",
"tree_id": "35704b9b18ace75f5f1d95b5cc0814321972f70e",
"url": "https://github.com/hyperium/hyper/commit/65026b2ad9cd58aa24222fe73fa7d58f5f78bbba"
},
"date": 1731825301908,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 69908,
"range": "± 6136.26",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4327630,
"range": "± 299551.47",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21702,
"range": "± 963.34",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 23973,
"range": "± 441.70",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 32284,
"range": "± 1092.69",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 98340,
"range": "± 1732.48",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 37167,
"range": "± 1155.31",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 92024,
"range": "± 2848.01",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 23982579,
"range": "± 32575278.40",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7703880,
"range": "± 104886.39",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7537180,
"range": "± 185055.25",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 48972929,
"range": "± 900771.56",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 49082891,
"range": "± 693647.15",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5040426,
"range": "± 122819.34",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 01c0f38

Please sign in to comment.