Skip to content

Commit

Permalink
add end_to_end (cargo) benchmark result for 115339d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 10, 2024
1 parent 2306b25 commit d749c0e
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": 1733845787599,
"lastUpdate": 1733845857138,
"repoUrl": "https://github.com/hyperium/hyper",
"entries": {
"pipeline": [
Expand Down Expand Up @@ -48502,6 +48502,114 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Jacob Su",
"username": "suzp1984"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "115339d3df50f20c8717680aa35f48858e9a6205",
"message": "chore(benches): fix pin-project-lite not found (#3807)",
"timestamp": "2024-12-10T10:48:56-05:00",
"tree_id": "b4f0591f9a009cc1bc4576d2230bcbeabdaf27b0",
"url": "https://github.com/hyperium/hyper/commit/115339d3df50f20c8717680aa35f48858e9a6205"
},
"date": 1733845854845,
"tool": "cargo",
"benches": [
{
"name": "http1_consecutive_x1_both_100kb",
"value": 75546,
"range": "± 3604.06",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_both_10mb",
"value": 4842150,
"range": "± 504401.42",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_empty",
"value": 21048,
"range": "± 279.18",
"unit": "ns/iter"
},
{
"name": "http1_consecutive_x1_req_10b",
"value": 23074,
"range": "± 384.12",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_empty",
"value": 31458,
"range": "± 651.68",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_100kb",
"value": 95662,
"range": "± 1652.58",
"unit": "ns/iter"
},
{
"name": "http2_consecutive_x1_req_10b",
"value": 35722,
"range": "± 956.39",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_empty",
"value": 90529,
"range": "± 3407.79",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks",
"value": 24069174,
"range": "± 32632898.85",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window",
"value": 7829550,
"range": "± 129484.82",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window",
"value": 7535915,
"range": "± 179007.02",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_req_10mb",
"value": 50289793,
"range": "± 491330.73",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_10mb",
"value": 51763402,
"range": "± 1740091.25",
"unit": "ns/iter"
},
{
"name": "http2_parallel_x10_res_1mb",
"value": 5268095,
"range": "± 306625.27",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d749c0e

Please sign in to comment.