swc/crates/swc_ecma_transforms_base/scripts/instrument/parallel.sh
2022-09-28 06:40:31 +00:00

11 lines
233 B
Bash
Executable File

#!/usr/bin/env bash
#
# This instruments a full benchmark suite.
#
# Usage:
#
# ./scripts/instrument/bench.sh typescript
export RUST_LOG=off
cargo profile instruments -t time --bench parallel --features concurrent --release -- $@