Skip to content

Commit dffa95c

Browse files
committed
Remove historian integration 2
1 parent 27bf8f9 commit dffa95c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)