Skip to content

feat(stealing): add margin-of-improvement bound to prevent work-stealing thrash #15270

feat(stealing): add margin-of-improvement bound to prevent work-stealing thrash

feat(stealing): add margin-of-improvement bound to prevent work-stealing thrash #15270

Workflow file for this run

name: Linting
on:
push:
branches: main
pull_request:
branches: main
jobs:
checks:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.1