We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3101a commit 81c8947Copy full SHA for 81c8947
bench_runner/templates/_benchmark.src.yml
@@ -118,7 +118,6 @@ jobs:
118
PCbuild\build.bat ($env:BUILD_FLAGS -split ' ') ${{ inputs.pgo == true && '--pgo' || '' }} ${{ inputs.jit == true && '--experimental-jit' || '' }} ${{ inputs.tier2 == true && '--experimental-jit-interpreter' || '' }} ${{ inputs.nogil == true && '--disable-gil' || '' }} -c Release
119
# Copy the build products to a place that libraries can find them.
120
Copy-Item -Path $env:BUILD_DEST -Destination "libs" -Recurse
121
- $env:BUILD_DEST/python.exe -VV
122
- name: Install pyperformance
123
if: ${{ steps.should_run.outputs.should_run != 'false' }}
124
run: |
0 commit comments