aquatic_http_protocol: add benchmark for request from bytes

This commit is contained in:
Joakim Frostegård 2020-07-20 20:27:42 +02:00
parent 95e25710dc
commit ea4b560faa
9 changed files with 1071 additions and 8 deletions

View 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