File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 64
64
- name : run tox
65
65
run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- -ra --benchmark-json=${{
66
66
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
90
67
misc :
91
68
strategy :
92
69
fail-fast : false
You can’t perform that action at this time.
0 commit comments