scripts/bench-udp-handlers.sh: use release-debug profile

This commit is contained in:
Joakim Frostegård 2022-10-26 20:05:39 +02:00
parent 84f420e2c5
commit 417ea68701

View file

@ -2,4 +2,4 @@
. ./scripts/env-native-cpu-without-avx-512
cargo run --release -p aquatic_udp_bench -- $@
cargo run --profile "release-debug" -p aquatic_udp_bench -- $@