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

7 lines
191 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 lexer -- --bench --color $@