Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/merlin/deps.ts>bench.clearBenchmarks

Testing and Benchmarking framework for deno 🧙‍♂️
Latest
function bench.clearBenchmarks
import { bench } from "https://deno.land/x/merlin@v1.0.7/deps.ts";
const { clearBenchmarks } = bench;

Clears benchmark candidates which name matches only and doesn't match skip. Removes all candidates if options were not provided

Parameters

optional
unnamed 0: BenchmarkClearOptions = [UNSUPPORTED]