Skip to content

Commit 6676a28

Browse files
authored
Remove old benchmarks (#3511)
1 parent c2a1bcf commit 6676a28

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,6 @@ jobs:
6464
- name: run tox
6565
run: tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{
6666
env.RUN_MATRIX_COMBINATION }}-benchmark.json
67-
# - name: Find and merge benchmarks
68-
# id: find_and_merge_benchmarks
69-
# run: >-
70-
# jq -s '.[0].benchmarks = ([.[].benchmarks] | add)
71-
# | if .[0].benchmarks == null then null else .[0] end'
72-
# $(find . -name '*${{ matrix.package }}*-benchmark.json') > output.json
73-
# && echo "json_plaintext=$(cat output.json)" >> $GITHUB_OUTPUT
74-
# - name: Report on benchmark results
75-
# if: steps.find_and_merge_benchmarks.outputs.json_plaintext != 'null'
76-
# uses: rhysd/github-action-benchmark@v1
77-
# with:
78-
# name: OpenTelemetry Python Benchmarks - Python ${{ env[matrix.python-version ]}} - ${{ matrix.package }}
79-
# tool: pytest
80-
# output-file-path: output.json
81-
# github-token: ${{ secrets.GITHUB_TOKEN }}
82-
# max-items-in-chart: 100
83-
# # Alert with a commit comment on possible performance regression
84-
# alert-threshold: 200%
85-
# fail-on-alert: true
86-
# # Make a commit on `gh-pages` with benchmarks from previous step
87-
# auto-push: ${{ github.ref == 'refs/heads/main' }}
88-
# gh-pages-branch: gh-pages
89-
# benchmark-data-dir-path: benchmarks
9067
misc:
9168
strategy:
9269
fail-fast: false

0 commit comments

Comments
 (0)