rulvar API reference / @rulvar/evals / runEvalMatrix
Function: runEvalMatrix()
ts
function runEvalMatrix(
cells,
cases,
options?): Promise<EvalMatrixReport>;Defined in: packages/evals/src/matrix.ts:41
Runs the same case list against every cell's engine, sequentially and in declaration order (deterministic cassette consumption), and reports per-cell aggregates for side-by-side comparison.
Parameters
| Parameter | Type |
|---|---|
cells | MatrixCell[] |
cases | EvalCase[] |
options | RunEvalSuiteOptions |
Returns
Promise<EvalMatrixReport>