Skip to content

Add --synthetic_duration option for time-based synthetic workloads (#… #1624

Add --synthetic_duration option for time-based synthetic workloads (#…

Add --synthetic_duration option for time-based synthetic workloads (#… #1624

Workflow file for this run

name: Lint (via Black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./vsb"
use_pyproject: true