mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
aquatic http protocol: delete obsoleted request-from-path benchmark
Now there is a request-from-bytes benchmark that supersedes
request-from-path.
Final comparison of gains made since first benchmark:
request-from-path
time: [540.01 ns 541.51 ns 543.15 ns]
change: [-90.786% -90.741% -90.696%] (p = 0.00 < 0.01)
Performance has improved.
This commit is contained in:
parent
853de523b6
commit
b3154c5bcf
11 changed files with 0 additions and 2017 deletions
|
|
@ -1,7 +0,0 @@
|
|||
#!/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_path -- --noplot --baseline latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue