function clearBenchmarksDeprecatedDeprecatedUse Deno.bench() instead. See https://doc.deno.land/deno/unstable/~/Deno.bench for details. Clears benchmark candidates which name matches only and doesn't match skip. Removes all candidates if options were not provided import { clearBenchmarks } from "https://deno.land/std@0.146.0/testing/bench.ts"; clearBenchmarks(unnamed 0?: BenchmarkClearOptions): voidParametersoptionalunnamed 0: BenchmarkClearOptions = [UNSUPPORTED]Returnsvoid