MCPcopy Create free account
hub / github.com/astercloud/aster / getBenchmarks

Method getBenchmarks

studio/src/api/client.ts:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220
221 // Benchmarks
222 async getBenchmarks(): Promise<BenchmarkListResult> {
223 return this.fetch<BenchmarkListResult>('/eval/benchmarks');
224 }
225
226 async getBenchmark(id: string): Promise<BenchmarkRecord> {
227 return this.fetch<BenchmarkRecord>(`/eval/benchmarks/${id}`);

Callers 1

useBenchmarksFunction · 0.80

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected