mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
64796701e4
**Description:** - We use `(BytePos, BytePos)` instead of `Box<Span>`. - We use `Cow` for `Input`.
7 lines
178 B
Bash
Executable File
7 lines
178 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 -- $@ |