swc/crates/swc_css_parser/scripts/instruemnt/bench-parser.sh
2022-12-06 15:20:05 +09:00

7 lines
192 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
export RUST_LOG=off
export MIMALLOC_SHOW_STATS=1
cargo profile instruments --release -t time --features swc_common/concurrent --bench parser -- --bench --color $@