Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 217c723
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 5, 2024
1 parent 3244edb commit 34126a3
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": 1709646396206,
"lastUpdate": 1709646455484,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -40084,6 +40084,114 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "sean@seanmonstar.com",
"name": "Sean McArthur",
"username": "seanmonstar"
},
"committer": {
"email": "sean@seanmonstar.com",
"name": "Sean McArthur",
"username": "seanmonstar"
},
"distinct": true,
"id": "217c723e12ef522f328244038230b54979d12af4",
"message": "docs(contrib): make tottoto a collaborator",
"timestamp": "2024-03-05T08:45:45-05:00",
"tree_id": "34f671d5d0d83055acacb5feb1e8fc6c4d21759f",
"url": "https://github.com/hyperium/hyper/commit/217c723e12ef522f328244038230b54979d12af4"
},
"date": 1709646453527,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 69035,
"range": "± 1901",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4304860,
"range": "± 378182",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21586,
"range": "± 342",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 23561,
"range": "± 845",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 33713,
"range": "± 991",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 99912,
"range": "± 2686",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 37665,
"range": "± 2023",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 95008,
"range": "± 7680",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 24764520,
"range": "± 33938215",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7838880,
"range": "± 122825",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7680205,
"range": "± 142553",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 48820601,
"range": "± 1656049",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 50036308,
"range": "± 1771898",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5006799,
"range": "± 323320",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 34126a3

Please sign in to comment.