Deno.BenchDefinition.fn - Deno documentation
property Deno.BenchDefinition.fn

The test function which will be benchmarked.

Type

(b: BenchContext) => void | Promise<void>