Open benchmark network

Measure whether an AI developer tool actually saves tokens

Run a controlled Baseline-versus-Candidate test on a public repository. Compare tokens, cost, task time, quality, setup, re-index overhead, and what the agents did.

Start a benchmark
Reproducible agent benchmark

Run the same prompt suite twice

The benchmark skill pins one public repository revision, runs identical prompts with Baseline and Candidate, verifies both results, and includes setup plus required re-index work.

Read the full protocol
1. Add the skill

Install benchmark-repo in your coding agent

Use the open-source skill from the trAIce SDK repository. For a Graphify candidate, the skill also checks the Graphify CLI and agent integration before recording setup.

In Codex, ask:

Install the benchmark-repo skill from https://github.com/runtraice/traice-sdk/tree/main/skills/benchmark-repo
Open benchmark-repo skill
2. Prompt your agent

Open the repository and send this prompt

Use $benchmark-repo to benchmark this repository with a baseline and Graphify.

You can replace Graphify with another candidate tool. The prompts recorded in the manifest are the identical task suite sent to both variants.

3. Review locally

Inspect the comparison before upload

npx @traice/collector@latest benchmark compare

The report compares tokens, cost, task time, quality, one-time setup, refreshes, and privacy-safe activity counts. Raw observed commands, output, and paths stay on the device.

4. Upload a draft

Authenticate, upload, then publish here

npx @traice/collector@latest auth login
npx @traice/collector@latest benchmark upload

Upload always creates a private workspace draft. An owner or admin reviews it before publication.

Published benchmark history

0 public, reproducible comparisons. Open any report to inspect its exact prompts and evidence.

No published benchmarks yet

Published reports will appear here after an owner or admin approves them.