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

x/merlin/deps.ts>bench.BenchmarkRunError

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

Constructors

new
BenchmarkRunError(msg: string, benchmarkName?: string)

Properties

optional
benchmarkName: string