swc/crates/swc_css_minifier/scripts/instrument/bench-full.sh

11 lines
207 B
Bash
Raw Normal View History

#!/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 --release -- $@