We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6474235 commit 5e6a63eCopy full SHA for 5e6a63e
.github/workflows/ci.yml
@@ -79,6 +79,11 @@ jobs:
79
- name: Generate baseline snapshot
80
run: vendor/bin/testbench benchmark --ci --iterations=5000 --rounds=100 --snapshot
81
82
+ - name: Checkout BenchmarkCommand from PR
83
+ run: |
84
+ git fetch origin --depth=1 ${{ github.event.pull_request.head.sha }}
85
+ git checkout ${{ github.event.pull_request.head.sha }} -- workbench/app/Console/Commands/BenchmarkCommand.php
86
+
87
- name: Save baseline snapshot
88
run: cp benchmark-snapshot.json ${{ runner.temp }}/benchmark-snapshot.json
89
0 commit comments