mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
aquatic_http: add criterion benchmarks for request from path parsing
About 35% improvement by using both memchr methods
This commit is contained in:
parent
9b0956cc91
commit
a8e355f22a
17 changed files with 2441 additions and 5 deletions
|
|
@ -16,3 +16,8 @@ members = [
|
|||
[profile.release]
|
||||
debug = true
|
||||
lto = true
|
||||
|
||||
[profile.bench]
|
||||
debug = true
|
||||
opt-level = 3
|
||||
lto = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue