Skip to content
Merged
Changes from all commits
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
6 changes: 5 additions & 1 deletion .github/workflows/callgrind_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ env:
jobs:
benchmark:
name: run benchmarks
runs-on: benchmarks-runner
# DON'T run on benchmarks-runner, using docker on a self-hosted runner has
# been broken for 4 years: https://github.com/actions/runner/issues/434 .
# Fortunately, we can run on standard Github Actions infra because we don't care
# about other stuff running on the machine!
# runs-on: benchmarks-runner
timeout-minutes: 20 # on a successful run, runs in 8 minutes
container:
image: rust:1.72
Expand Down