File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5252
5353 - name : Diff from master - gbench
5454 run : |
55- pip3 install -r google-benchmark/tools/requirements.txt
56- python3 google-benchmark/tools/compare.py --no-color benchmarks gbench_data.json ${{ steps.perf.outputs.gbench_json }} &> gbench_diff.txt
55+ python3 -m venv .venv
56+ ./.venv/bin/python -m pip install setuptools # Needed because Python 3.12 doesn't ship distutils anymore.
57+ ./.venv/bin/python -m pip install -r google-benchmark/tools/requirements.txt
58+ ./.venv/bin/python google-benchmark/tools/compare.py --no-color benchmarks gbench_data.json "${{ steps.perf.outputs.gbench_json }}" &> gbench_diff.txt
5759
5860 - name : Archive perf diff
5961 uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
You can’t perform that action at this time.
0 commit comments