Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# baseline.
codspeed:
name: CodSpeed Benchmarks
runs-on: ubuntu-latest # TODO: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Comment thread
txabman42 marked this conversation as resolved.
Outdated
steps:
- name: Checkout code
Expand All @@ -35,7 +35,7 @@ jobs:
# Fails if any scenario's otelc overhead exceeds 150% of the plain baseline.
overhead-threshold:
name: Overhead Threshold Check
runs-on: ubuntu-latest # TODO: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
runs-on: ubuntu-latest
steps:
Comment thread
rovertrack marked this conversation as resolved.
Comment thread
txabman42 marked this conversation as resolved.
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
Expand Down
Loading