/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/bench_util/lib.rs
7 строк
183 B
David Sherret
chore: remove some top level entries from repo (#32022)
03 фев 2026, 16:08
Не верифицирован
03 фев 2026, 16:08
c006bba
Код
Авторство
О чём код?
// Copyright 2018-2026 the Deno authors. MIT license. mod js_runtime; mod profiling; pub use bencher; pub use js_runtime::*; pub use profiling::*; // Exports bench_or_profile! macro