mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
Add scripts dir with "run-server.sh" and "bench-handlers.sh"
This commit is contained in:
parent
165214018c
commit
e42dc05996
4 changed files with 12 additions and 2 deletions
5
scripts/bench-handlers.sh
Executable file
5
scripts/bench-handlers.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
export RUSTFLAGS="-C target-cpu=native"
|
||||
|
||||
cargo run --release --bin bench_handlers
|
||||
Loading…
Add table
Add a link
Reference in a new issue