Skip to content

[docs] Add IPC cost case study + DataLoader benchmark #3917

[docs] Add IPC cost case study + DataLoader benchmark

[docs] Add IPC cost case study + DataLoader benchmark #3917

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1