Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 4fda6b3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 9, 2024
1 parent 607c6f3 commit c0d737b
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": 1720532438782,
"lastUpdate": 1720532490129,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -43948,6 +43948,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": "4fda6b3ef7da763623797af40aa51d764be3fd2c",
"message": "v1.4.1",
"timestamp": "2024-07-09T09:39:23-04:00",
"tree_id": "a7d6b8f76ae316638708409d45aa383ccfc4d959",
"url": "https://github.com/hyperium/hyper/commit/4fda6b3ef7da763623797af40aa51d764be3fd2c"
},
"date": 1720532488086,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 68021,
"range": "± 1682.98",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4158092,
"range": "± 373935.58",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21649,
"range": "± 427.48",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 23611,
"range": "± 440.42",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 31947,
"range": "± 909.11",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 97845,
"range": "± 4474.25",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 36447,
"range": "± 1270.97",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 91023,
"range": "± 5594.68",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 24023772,
"range": "± 33871809.84",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7732631,
"range": "± 120734.01",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7491774,
"range": "± 77583.20",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 49002622,
"range": "± 620015.54",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 49645818,
"range": "± 984413.80",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5031686,
"range": "± 215460.92",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit c0d737b

Please sign in to comment.