mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
scripts/bench-udp-handlers.sh: use release-debug profile
This commit is contained in:
parent
84f420e2c5
commit
417ea68701
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
. ./scripts/env-native-cpu-without-avx-512
|
. ./scripts/env-native-cpu-without-avx-512
|
||||||
|
|
||||||
cargo run --release -p aquatic_udp_bench -- $@
|
cargo run --profile "release-debug" -p aquatic_udp_bench -- $@
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue