This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Benchmark job submission with 200 jobs | |
| # Submit this once to get 200 jobs efficiently | |
| # Designed for large-scale testing and cancellation performance testing | |
| queue: benchmark-queue | |
| jobSetId: benchmark-jobset-batch-200 | |
| jobs: | |
| # Job 1 | |
| - namespace: default | |
| priority: 1000 |