mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
4 lines
133 B
Bash
Executable File
4 lines
133 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
cargo instruments --release -t time --open --features tracing/release_max_level_off --example perf -- $@ |