mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
88e59ffcda
**Description:** I created a simple benchmark for the css minifier. It's full benchmark, which also profiles parser and codegen
11 lines
207 B
Bash
Executable File
11 lines
207 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 --release -- $@ |