Add scripts/run-load-test-http.sh

This commit is contained in:
Joakim Frostegård 2020-07-20 15:21:25 +02:00
parent 75ebe3208d
commit 6471e4a8a9

5
scripts/run-load-test-http.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
export RUSTFLAGS="-C target-cpu=native"
cargo run --release --bin aquatic_http_load_test -- $@