mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
add aquatic_load_test for benchmarking aquatic over the network
This commit is contained in:
parent
eb3ba6a2ce
commit
f6ed47fec7
9 changed files with 1108 additions and 0 deletions
5
scripts/run-load-test.sh
Executable file
5
scripts/run-load-test.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
export RUSTFLAGS="-C target-cpu=native"
|
||||
|
||||
cargo run --release --bin aquatic_load_test -- $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue