Skip to main content
Test Runs let you run a Test Set against a chosen consumer: a model, a workflow, or an agent, and score it, so you can track improvements (and regressions) over time. The same set can be run against different consumers, which makes those runs directly comparable. If you want the full reference docs for Test Runs, start here:

Creating a Test Run

  1. Navigate to your Test Set Overview page
  2. Click New Test Run in the upper right corner of the Test Runs table
New Test Run Button
  1. Configure your Test Run:
    • Choose a consumer: Request (a model + generation params), Workflow, or Agent.
    • Add a descriptive name to identify this run later.
    • Pick the evaluation criteria that will score the run.
Test Run Configuration
  1. Review your settings and click Create Test Run
  2. You’ll be redirected back to the Test Set Overview where your new Test Run will appear at the top of the table
Test Runs may take a few minutes to complete. While the status is PENDING, you won’t be able to access the Test Run details.

Understanding Test Run Results

Once your Test Run completes, you can analyze the results in detail:

Overview

Each Test Run shows headline metrics, for model and workflow runs a match rate (share of items whose output matched the expected output), and for agent runs a pass rate across the run’s criteria. Test Run Overview

Detailed Analysis

Click on any completed Test Run to see:
  1. Details Section
    • Configuration used for the Test Run
    • Description and execution timestamps
    • Overall performance metrics
  2. Results Section
    • Macro-level metrics across all items (match/pass rate, completed %, error %)
    • Per-criterion breakdowns, pass/fail, numeric score distributions, or tag distributions
    • Hover a segment for detailed breakdowns
Test Run Results
  1. Requests Table
    • Individual scores for each request
    • Hover over scores to see evaluation criteria
    • Compare original vs Test Run responses side-by-side
Use the “Compare” feature to understand exactly how configuration changes affected specific responses.

Comparing runs (baseline vs candidate)

On a Test Set, you can compare runs side-by-side, including runs against different consumers. This is the fastest way to answer:
  • “Did this change improve the overall match rate?”
  • “Which specific items got better or worse?”
Want to learn more about building Test Sets? Start with Test Set Creation.