deno/cli/tools/bench
Bartek Iwańczuk a080acc1b4
refactor: move lifecycle events dispatch to Rust (#23358)
This commit moves logic of dispatching lifecycle events (
"load", "beforeunload", "unload") to be triggered from Rust.
Before that we were executing scripts from Rust, but now we
are storing references to functions from "99_main.js" and calling
them directly.

Prerequisite for https://github.com/denoland/deno/issues/23342
2024-04-15 20:08:33 +02:00
..
mitata.rs fix(bench): added group banner to bench output. (#21551) 2023-12-17 22:57:14 +00:00
mod.rs refactor: move lifecycle events dispatch to Rust (#23358) 2024-04-15 20:08:33 +02:00
reporters.rs fix(bench): Fix group header printing logic + don't filter out the warmup benchmark (#23083) 2024-03-26 09:19:24 -07:00