Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "bench/harness/docs/types/index.d"

Index

Type aliases

BenchmarkFunction

BenchmarkFunction: (b: Benchmark) => void

Benchmark function.

Type declaration

Callback

Callback: () => void

Callback invoked when a harness finishes running all benchmarks.

Type declaration

    • (): void
    • Returns void

Variables

Export assignment main

main: Main

Runs a benchmark.

param

benchmark name

param

function containing benchmark code

returns

benchmark harness