mirror of
https://github.com/greatest-ape/aquatic.git
synced 2026-07-27 22:10:56 +00:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export RUSTFLAGS="-C target-cpu=native"
|
|
|
|
cargo run --release --bin aquatic_load_test -- $@
|