6 lines
124 B
Bash
6 lines
124 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./scripts/env-native-cpu-without-avx-512
|
||
|
|
||
|
cargo run --profile "release-debug" -p aquatic_http_load_test -- $@
|