Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 7177770
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 24, 2024
1 parent 92e99d5 commit a214f48
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": 1706107860265,
"lastUpdate": 1706107922503,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -37876,6 +37876,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": "7177770a66f61d40fb7aaa10bd04e3cd6dd3a6b9",
"message": "chore(lib): update to 2021 edition",
"timestamp": "2024-01-24T09:50:02-05:00",
"tree_id": "5d753030324e42c752d00a5026ba527f462522d1",
"url": "https://github.com/hyperium/hyper/commit/7177770a66f61d40fb7aaa10bd04e3cd6dd3a6b9"
},
"date": 1706107920570,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 68826,
"range": "± 3884",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4306880,
"range": "± 439934",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 22704,
"range": "± 631",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 24847,
"range": "± 744",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 34503,
"range": "± 3221",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 101054,
"range": "± 3100",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 38926,
"range": "± 1228",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 98860,
"range": "± 3642",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 25578634,
"range": "± 34630415",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7915753,
"range": "± 90218",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7654048,
"range": "± 81739",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 49504199,
"range": "± 1360943",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 85596584,
"range": "± 10403348",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5151967,
"range": "± 153086",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a214f48

Please sign in to comment.