mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-06-25 22:41:38 +00:00
8beb13db29
Otherwise, building aquatic_udp fails on other OS:es than Linux
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./scripts/env-native-cpu-without-avx-512
|
|
|
|
cargo run --profile "release-debug" -p aquatic_ws_load_test -- $@
|