mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
8afb5af517
swc_ecma_parser: - Flatten parser test suite ported from `tsc`. swc: - Flatten the reference directory for the `tsc` test suite.
16 lines
236 B
Bash
Executable File
16 lines
236 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
find . -type d -empty -delete
|
|
|
|
export GIT_TRACE2_PERF_BRIEF=true
|
|
export GIT_TRACE2_PERF=/tmp/git-perf
|
|
|
|
rm -f $GIT_TRACE2_PERF
|
|
|
|
time git status -z -u
|
|
# time git status -uno
|
|
# git add -A
|
|
|
|
|
|
cat $GIT_TRACE2_PERF |