Home
last modified time | relevance | path

Searched defs:comparables (Results 1 – 1 of 1) sorted by relevance

/development/plot-benchmarks/src/workers/
Dservice.ts21 const comparables: ChartData<number[]>[] = entries.map(entry => entry[1]); constant
61 const comparables: ChartData<number>[] = entries.map(entry => entry[1]); constant