mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic_http_protocol: add benchmark for request from bytes
This commit is contained in:
parent
95e25710dc
commit
ea4b560faa
9 changed files with 1071 additions and 8 deletions
|
|
@ -13,6 +13,11 @@ name = "bench_request_from_path"
|
|||
path = "benches/bench_request_from_path.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "bench_request_from_bytes"
|
||||
path = "benches/bench_request_from_bytes.rs"
|
||||
harness = false
|
||||
|
||||
[[bench]]
|
||||
name = "bench_announce_response_to_bytes"
|
||||
path = "benches/bench_announce_response_to_bytes.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue