Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 7f4a682
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 22, 2024
1 parent f81926f commit 423f72d
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": 1732297618678,
"lastUpdate": 1732297680609,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -47812,6 +47812,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": "7f4a68265cb897d15b04fc772639234554ba79e8",
"message": "feat(ffi): add cargo-c support (#3787)\n\nCloses #3786",
"timestamp": "2024-11-22T12:46:09-05:00",
"tree_id": "7f05755cf8b0f36712d3bbdf21a17d214114bcfc",
"url": "https://github.com/hyperium/hyper/commit/7f4a68265cb897d15b04fc772639234554ba79e8"
},
"date": 1732297678509,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 70539,
"range": "± 22637.27",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4152964,
"range": "± 87635.62",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21706,
"range": "± 442.85",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 23678,
"range": "± 286.22",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 32978,
"range": "± 456.14",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 99128,
"range": "± 3009.27",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 37358,
"range": "± 2335.96",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 93773,
"range": "± 5229.53",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 25552208,
"range": "± 34352281.24",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7788734,
"range": "± 127770.08",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7567460,
"range": "± 158907.58",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 48952245,
"range": "± 1056782.07",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 48730271,
"range": "± 1282346.99",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5002913,
"range": "± 154377.01",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 423f72d

Please sign in to comment.