UNPKG

karma-benchmark

Version:

Run Benchmark.js over multiple Browsers, with CI compatible output

6 lines (5 loc) 244 B
import Benchmark = require('benchmark'); export declare const WrappedBenchmark: { (name: string, fn: string | Function, options?: Benchmark.Options): Benchmark; Suite: (name?: string, options?: Benchmark.Options) => Benchmark.Suite; };