mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
72a8b608d6
**Description:** Lexer can handle it more efficiently.
7 lines
189 B
Bash
Executable File
7 lines
189 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 |