Skip to content

Commit

Permalink
use released version of new perf action
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Jul 25, 2022
1 parent 8564bb0 commit 3bae195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
originSha=$(git rev-parse HEAD^2)
echo $originSha > tmp/sha-for-commit.txt
git show --format=short --no-patch $originSha
- uses: tracerbench/tracerbench-compare-action@runspired/add-config-option
- uses: tracerbench/tracerbench-compare-action@master
with:
experiment-build-command: yarn workspace relationship-performance-test-app ember build -e production --output-path dist-experiment
experiment-serve-command: yarn workspace relationship-performance-test-app ember s --path dist-experiment --port 4201
Expand Down

0 comments on commit 3bae195

Please sign in to comment.