Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class BenchmarkRunError
extends Error
import { BenchmarkRunError } from "https://deno.land/std@0.72.0/testing/bench.ts";

Constructors

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

Properties

optional
benchmarkName: string