mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Add scripts/run-load-test-http.sh
This commit is contained in:
parent
75ebe3208d
commit
6471e4a8a9
1 changed files with 5 additions and 0 deletions
5
scripts/run-load-test-http.sh
Executable file
5
scripts/run-load-test-http.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export RUSTFLAGS="-C target-cpu=native"
|
||||||
|
|
||||||
|
cargo run --release --bin aquatic_http_load_test -- $@
|
||||||
Loading…
Add table
Add a link
Reference in a new issue