summaryrefslogtreecommitdiff
path: root/cli/bench/napi/bench.js
blob: 5917d3a28c2d63febbc7955ac47276472d5963f7 (plain)
1
2
3
4
5
6
import { loadTestLibrary } from "../../../test_napi/common.js";

const lib = loadTestLibrary();

Deno.bench("warmup", () => {});
Deno.bench("napi_get_undefined", () => lib.test_get_undefined(0));