mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. ./scripts/env-native-cpu-without-avx-512
|
|
|
|
cargo run --profile "release-debug" --bin aquatic_udp_load_test -- $@
|