subrepo: subdir: "apps/aquatic" merged: "34b45e92" upstream: origin: "https://github.com/greatest-ape/aquatic" branch: "master" commit: "34b45e92" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./scripts/env-native-cpu-without-avx-512
|
|
|
|
cargo run --profile "release-debug" -p aquatic_http_load_test -- $@
|