1 2curl -fsSL https://teamwork-graph.atlassian.com/cli/benchmark/install | bash
For a custom install directory:
1 2curl -fsSL https://teamwork-graph.atlassian.com/cli/benchmark/install | BENCHMARK_INSTALL_PREFIX="$HOME/bin" bash
Open a new terminal window and verify installation:
1 2benchmark version --verbose
Run this command in PowerShell:
1 2curl.exe -fsSL https://teamwork-graph.atlassian.com/cli/benchmark/install.ps1 -o "$env:TEMP\benchmark-install.ps1"; powershell.exe -NoProfile -ExecutionPolicy Bypass -File "$env:TEMP\benchmark-install.ps1"
Open a new PowerShell window, then verify the installation:
1 2benchmark version --verbose
The installer places benchmark.exe in %LOCALAPPDATA%\Programs\benchmark\bin and adds that directory to your user PATH. Rerun the installer command to update.
If you already installed the Benchmark CLI:
1 2benchmark update
If benchmark update fails or still targets an old install channel, reinstall with the public installer above.
Choose an agent (codex or claude) and use only that agent for all --agent flags in later commands. The examples below use codex.
1 2benchmark pair status --agent codex
If the command reports pair ready: no:
1 2benchmark pair setup --agent codex
The first time you run setup, you complete three tasks:
To reconfigure prompt inputs:
1 2benchmark pair setup --agent codex --reconfigure-inputs
To reconfigure connectors:
1 2benchmark pair setup --agent codex --reconfigure-connectors
Run a benchmark with the agent skill or the CLI.
Rate this page: