mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
7 lines
191 B
Bash
7 lines
191 B
Bash
|
#!/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 $@
|