/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/bench/napi/bench.js
8 строк
252 B
David Sherret
ci: add build, test, wpt, and bench jobs (#32158)
14 фев 2026, 14:31
Не верифицирован
14 фев 2026, 14:31
c15529e
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. import { loadTestLibrary } from "../../../tests/napi/common.js"; const lib = loadTestLibrary(); Deno.bench("warmup", () => {}); Deno.bench("napi_get_undefined", () => lib.test_get_undefined(0));