diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-23 13:20:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-23 13:20:01 +0200 |
| commit | 95441bb43ef1ea6d003cd3b4143bbaee70f797d6 (patch) | |
| tree | 55890376bb0081264249bead577c425ffba009df /integrationtests/README.md | |
| parent | 425d725048ee2f6225a093db719ced0fab54cdbc (diff) | |
integrationtests: add opt-in parallel execution mode
Diffstat (limited to 'integrationtests/README.md')
| -rw-r--r-- | integrationtests/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/integrationtests/README.md b/integrationtests/README.md index 741d14d..8de7439 100644 --- a/integrationtests/README.md +++ b/integrationtests/README.md @@ -19,6 +19,18 @@ This builds everything (ior, ioworkload) and runs the test suite with `sudo`. Tests automatically skip with `t.Skip` when not running as root. +To opt into parallel scenario execution: + +```bash +mage integrationTestParallel +``` + +Tune parallelism by setting `INTEGRATION_PARALLEL` (default `8`), for example: + +```bash +INTEGRATION_PARALLEL=4 mage integrationTestParallel +``` + ## Structure - `cmd/ioworkload/` — Standalone binary performing known I/O patterns |
