UNPKG

cronometro

Version:

Simple benchmarking suite powered by HDR histograms.

4 lines (3 loc) 262 B
import { type Results } from './models.ts'; export declare function setLogger(logger: (message: string, ...params: any[]) => void): void; export declare function printResults(results: Results, colors: boolean, compare: boolean, mode: 'base' | 'previous'): void;