mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +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
7
scripts/criterion/aquatic-http-request-from-bytes.sh
Executable file
7
scripts/criterion/aquatic-http-request-from-bytes.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Compare against latest. If you commit changes, replace "latest" directory
|
||||
# with "new" directory after running benchmark.
|
||||
|
||||
export RUSTFLAGS="-C target-cpu=native"
|
||||
|
||||
cargo bench --bench bench_request_from_bytes -- --noplot --baseline latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue