-
-
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 906f8db
- Loading branch information
github-action-benchmark
committed
Oct 23, 2024
1 parent
4ef616f
commit 3fbea7a
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": 1729686416868, | ||
"lastUpdate": 1729686477074, | ||
"repoUrl": "https://github.com/hyperium/hyper", | ||
"entries": { | ||
"pipeline": [ | ||
|
@@ -46984,6 +46984,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": "906f8db9b5f05cdcc35b2b6146332f6a7d2b2717", | ||
"message": "docs(lib): do not inline http rexports", | ||
"timestamp": "2024-10-23T05:26:06-07:00", | ||
"tree_id": "dbf52ed74aa7e4e6b683e589644734b3e0e87289", | ||
"url": "https://github.com/hyperium/hyper/commit/906f8db9b5f05cdcc35b2b6146332f6a7d2b2717" | ||
}, | ||
"date": 1729686474965, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "http1_consecutive_x1_both_100kb", | ||
"value": 68602, | ||
"range": "± 830.57", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http1_consecutive_x1_both_10mb", | ||
"value": 4144497, | ||
"range": "± 137384.23", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http1_consecutive_x1_empty", | ||
"value": 21476, | ||
"range": "± 434.55", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http1_consecutive_x1_req_10b", | ||
"value": 23679, | ||
"range": "± 439.67", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_consecutive_x1_empty", | ||
"value": 33103, | ||
"range": "± 861.17", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_consecutive_x1_req_100kb", | ||
"value": 102863, | ||
"range": "± 4715.25", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_consecutive_x1_req_10b", | ||
"value": 38317, | ||
"range": "± 1171.21", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_empty", | ||
"value": 93078, | ||
"range": "± 3026.34", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10kb_100_chunks", | ||
"value": 24388709, | ||
"range": "± 32508433.66", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10kb_100_chunks_adaptive_window", | ||
"value": 24005735, | ||
"range": "± 9702494.63", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10kb_100_chunks_max_window", | ||
"value": 7525180, | ||
"range": "± 106238.59", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_req_10mb", | ||
"value": 49213030, | ||
"range": "± 583577.83", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_res_10mb", | ||
"value": 48970757, | ||
"range": "± 538269.99", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "http2_parallel_x10_res_1mb", | ||
"value": 4997750, | ||
"range": "± 126699.23", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|