Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 3b7375a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 19, 2024
1 parent 1a29b2c commit fe7668a
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": 1732034610431,
"lastUpdate": 1732034662448,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -47674,6 +47674,114 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Sean McArthur",
"username": "seanmonstar"
},
"committer": {
"email": "[email protected]",
"name": "Sean McArthur",
"username": "seanmonstar"
},
"distinct": true,
"id": "3b7375a16f23fb9a0975304ba6616af9323f3f13",
"message": "v1.5.1",
"timestamp": "2024-11-19T11:41:44-05:00",
"tree_id": "6a72e789f635748376a3869268600d8f997e834c",
"url": "https://github.com/hyperium/hyper/commit/3b7375a16f23fb9a0975304ba6616af9323f3f13"
},
"date": 1732034660315,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 68047,
"range": "± 3358.76",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4190584,
"range": "± 316203.12",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21122,
"range": "± 435.77",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 23329,
"range": "± 399.75",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 32170,
"range": "± 997.56",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 99947,
"range": "± 3323.42",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 37887,
"range": "± 1230.75",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 93428,
"range": "± 2881.47",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 24082741,
"range": "± 33290555.75",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7792109,
"range": "± 97966.74",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7570830,
"range": "± 86770.25",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 49372601,
"range": "± 770952.32",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 50053622,
"range": "± 747133.31",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5027264,
"range": "± 121931.64",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit fe7668a

Please sign in to comment.