swc/crates/swc_css_parser/scripts/instruemnt/bench-lexer.sh

7 lines
191 B
Bash
Raw Normal View History

#!/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 $@