diff --git a/scripts/run-aquatic-http.sh b/scripts/run-aquatic-http.sh index 492f9be..26943da 100755 --- a/scripts/run-aquatic-http.sh +++ b/scripts/run-aquatic-http.sh @@ -2,4 +2,4 @@ . ./scripts/env-native-cpu-without-avx-512 -cargo run --profile "release-debug" -p aquatic_http -- $@ +cargo run --profile "release-debug" -p aquatic_http --features "prometheus" -- $@