mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
8 lines
266 B
Bash
Executable File
8 lines
266 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 tracing/release_max_level_info --features swc_common/concurrent --features swc_common/parking_lot --bench parser -- --bench --color
|