diff --git a/scripts/run-load-test-http.sh b/scripts/run-load-test-http.sh new file mode 100755 index 0000000..d97d627 --- /dev/null +++ b/scripts/run-load-test-http.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +export RUSTFLAGS="-C target-cpu=native" + +cargo run --release --bin aquatic_http_load_test -- $@ \ No newline at end of file