aquatic/Cargo.toml
Joakim Frostegård a8e355f22a aquatic_http: add criterion benchmarks for request from path parsing
About 35% improvement by using both memchr methods
2020-07-19 01:58:41 +02:00

23 lines
No EOL
357 B
TOML

[workspace]
members = [
"aquatic_cli_helpers",
"aquatic_common",
"aquatic_common_tcp",
"aquatic_http",
"aquatic_udp",
"aquatic_udp_bench",
"aquatic_udp_load_test",
"aquatic_udp_protocol",
"aquatic_ws",
"plot_pareto"
]
[profile.release]
debug = true
lto = true
[profile.bench]
debug = true
opt-level = 3
lto = true