From c6a134683cea2751d8ee030f90637a431028b150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Wed, 18 Jan 2023 21:50:10 +0100 Subject: [PATCH] Toggle prometheus feature in scripts/run-aquatic-http.sh --- scripts/run-aquatic-http.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- $@