Skip to content

List Benchmark Results

GET
/api/etherforce/benchmark/results

Return recent handler-revision benchmark runs.

Returns an empty list until the handler-revision harness ships; the LLM-era benchmark suite is gone and there is no per-handler harness backing this yet.

Successful Response

BenchmarkResultsResponse

Wrapper for the recent-runs list.

object
runs
required
Runs
Array<object>
BenchmarkRunSummary

One row in the benchmark results list.

object
id
required
Id
string
startedAt
required
Startedat
string format: date-time
completedAt
required
Any of:
string format: date-time
handlerId
required
Handlerid
string
revision
required
Revision
string
overallScore
required
Overallscore
number
notes
required
Notes
string