Skip to main content
Module

x/abc/dev_deps.ts>runIfMain

A better Deno framework to create web application.
Go to Latest
function runIfMain
import { runIfMain } from "https://deno.land/x/abc@v1.0.0-rc7/dev_deps.ts";

Runs specified benchmarks if the enclosing script is main.

Parameters

optional
opts: BenchmarkRunOptions = [UNSUPPORTED]

Returns

Promise<void>