File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 6565 "regression:check-vks" : " ./scripts/tests/check-vks.sh" ,
6666 "regression:dump-perf" : " ./tests/perf-regression/perf-regression.sh --dump" ,
6767 "regression:check-perf" : " ./tests/perf-regression/perf-regression.sh --check" ,
68+ "regression:ci:dump-perf" : " ./tests/perf-regression/dump-perf-ci.sh" ,
6869 "format" : " prettier --write --ignore-unknown" ,
6970 "format:check" : " prettier --check --ignore-unknown" ,
7071 "format:md" : " prettier --config .prettierrc.md.cjs --write '**/*.md'" ,
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -euo pipefail
3+
4+ WF_FILE=" dump-perf-baseline.yml"
5+ BRANCH=" main"
6+
7+ echo " Triggering '$WF_FILE ' on $BRANCH to dump and commit the performance baseline..."
8+ gh workflow run " $WF_FILE " -r " $BRANCH "
9+
10+ echo " Dispatched. Pull when the run finishes:"
11+ echo " git pull origin $BRANCH "
You can’t perform that action at this time.
0 commit comments