swc/crates/swc_ecma_minifier/scripts/instrument/bench.sh

11 lines
229 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 full --features concurrent --release -- $@