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 dfe4c16 commit f87e305Copy full SHA for f87e305
.github/workflows/benchmark.yml
@@ -25,8 +25,7 @@ jobs:
25
26
# If we're running on main, use our oracle bare-metal runner for accuracy.
27
# If we're running on a PR, use github's shared workers to save resources.
28
- runs-on: "ubuntu-latest"
29
- # runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'oracle-bare-metal-64cpu-512gb-x86-64' }}
+ runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'oracle-bare-metal-64cpu-512gb-x86-64' }}
30
if: ${{ (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'performance')) || github.event_name == 'push' }}
31
container:
32
image: rust:slim-bullseye
0 commit comments