mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
|
||||
5
scripts/run-server.sh
Normal file
5
scripts/run-server.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
export RUSTFLAGS="-C target-cpu=native"
|
||||
|
||||
cargo run --release --bin aquatic
|
||||
Loading…
Add table
Add a link
Reference in a new issue