mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 00:54:25 +03:00
8f280c535c
- Parser performance is improved by ~15% - Codegen performance is improved by ~90% (when comment and source map is enabled)
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" |