mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
7 lines
No EOL
249 B
Bash
Executable file
7 lines
No EOL
249 B
Bash
Executable file
#!/bin/sh
|
|
# Compare against latest. If you commit changes, replace "latest" directory
|
|
# with "new" directory after running benchmark.
|
|
|
|
export RUSTFLAGS="-C target-cpu=native"
|
|
|
|
cargo bench --bench bench_request_from_path -- --noplot --baseline latest |