You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using **Directory Mode**, the behavior depends on the `PLGM_DEFAULT_WORKLOAD` setting:
185
185
186
-
***`true` (Default):** Loads **all**JSON files in the directory, including `default.json`.
186
+
***`true` (Default):** Loads **only**`default.json` (if present). It ignores all other files in the folder.
187
187
***`false` (Custom):** Loads all JSON files **except**`default.json`.
188
-
**Use Case:* You can keep the example `default.json` in your folder for reference but exclude it from your actual test run by setting `PLGM_DEFAULT_WORKLOAD=false`.
189
-
188
+
**Use Case:* Set this to `false` to run your custom workload files while keeping `default.json` in the folder for reference (it will be ignored).
190
189
191
190
### 5. Docker & Kubernetes
192
191
Prefer running in a container? We have a dedicated guide for building Docker images and running performance jobs directly inside Kubernetes (recommended for accurate network latency testing).
0 commit comments