File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,18 +204,6 @@ jobs:
204204
205205 - name : " Run benchmarks with PHPBench"
206206 run : " bin/phpbench run --report=env --progress=plain --dump-file=phpbench-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"
207- -
208- name : " Upload to Historian"
209- run : |
210- curl https://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
211- -H"X-Api-Key: ${{ secrets.HISTORIAN_API_KEY }}" \
212- -H"X-Build: ${{ github.run_number }}" \
213- -H"X-Commit-Sh: ${{ github.sha }}" \
214- -H"X-Commit-Message: ${{ github.event.head_commit.message }}" \
215- -H"X-Author-Name: ${{ github.event.head_commit.author.name }}" \
216- -H"X-Author-Email: ${{ github.event.head_commit.author.email }}" \
217- -H"X-Host: ${{ runner.name }}" \
218- -Fphpbench=@phpbench-${{ matrix.php-version }}-${{ matrix.dependency }}.xml
219207
220208 - if : matrix.with-examples == 'yes'
221209 run : bin/phpbench run --profile=examples --report=env --progress=plain --iterations=1 --revs=1
You can’t perform that action at this time.
0 commit comments