Skip to main content
Go to Latest
class BenchmarkRunError
extends Error
import { BenchmarkRunError } from "https://deno.land/std@0.74.0/testing/bench.ts";

Constructors

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

Properties

optional
benchmarkName: string