run_benchmark
Compare algorithm implementations by running performance benchmarks with configurable parameters and output validation, helping you select the right implementation for your test case.
Instructions
Run benchmark comparing all implementations of an algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Timeout per execution in ms | |
| testCaseId | Yes | Test case ID | |
| warmupRuns | No | Number of warmup runs | |
| algorithmId | Yes | Algorithm ID | |
| validateOutput | No | Validate output against expected | |
| measurementRuns | No | Number of measurement runs |