UNPKG

assertthat

Version:
7 lines (6 loc) 379 B
import { BenchmarkResult } from '../types/BenchmarkResult'; import { BenchmarkResultWithRegressionDeviation } from '../types/BenchmarkResultWithRegressionDeviation'; declare const calculateLinearRegressionDeviations: ({ benchmarkResults }: { benchmarkResults: BenchmarkResult[]; }) => BenchmarkResultWithRegressionDeviation[]; export { calculateLinearRegressionDeviations };