mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
9 lines
174 B
Bash
9 lines
174 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
rm -rf ../../target/release/bench-*
|
||
|
|
||
|
cargo bench --no-run --bench with_parse
|
||
|
# TODO:
|
||
|
#sudo flamegraph -- "../../target/release/bench-* --bench"
|