-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add end_to_end (cargo) benchmark result for de28b0e
- Loading branch information
github-action-benchmark
committed
Jan 20, 2025
1 parent
a32347b
commit 70b4ab0
Showing
1 changed file
with
109 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1737386483475, | ||
"lastUpdate": 1737386537305, | ||
"repoUrl": "https://github.com/hyperium/hyper", | ||
"entries": { | ||
"pipeline": [ | ||
|
@@ -49468,6 +49468,114 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "tottoto", | ||
"username": "tottoto" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "de28b0e5b2909a85e5414f2e37bc1045fe0a0039", | ||
"message": "chore(ci): use msrv aware dependency resolver (#3831)", | ||
"timestamp": "2025-01-20T10:20:34-05:00", | ||
"tree_id": "3eaa45bbcf8232b430c042472aca9e975efa4e49", | ||
"url": "https://github.com/hyperium/hyper/commit/de28b0e5b2909a85e5414f2e37bc1045fe0a0039" | ||
}, | ||
"date": 1737386535105, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "http1_consecutive_x1_both_100kb", | ||
"value": 78588, | ||
"range": "± 25468.18", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http1_consecutive_x1_both_10mb", | ||
"value": 4543368, | ||
"range": "± 308055.34", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http1_consecutive_x1_empty", | ||
"value": 20801, | ||
"range": "± 424.69", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http1_consecutive_x1_req_10b", | ||
"value": 22660, | ||
"range": "± 408.51", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_consecutive_x1_empty", | ||
"value": 31240, | ||
"range": "± 975.73", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_consecutive_x1_req_100kb", | ||
"value": 96779, | ||
"range": "± 4135.94", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_consecutive_x1_req_10b", | ||
"value": 35408, | ||
"range": "± 662.46", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_empty", | ||
"value": 90191, | ||
"range": "± 2912.52", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10kb_100_chunks", | ||
"value": 23949460, | ||
"range": "± 32263797.91", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window", | ||
"value": 7951094, | ||
"range": "± 16404385.64", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window", | ||
"value": 7524132, | ||
"range": "± 286480.67", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10mb", | ||
"value": 50184681, | ||
"range": "± 1015310.24", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_res_10mb", | ||
"value": 51110524, | ||
"range": "± 1933959.56", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_res_1mb", | ||
"value": 5094669, | ||
"range": "± 244896.26", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|