From 8f321a8a39b0926e00ff9e76c44bc687f3a3c8da Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 15 Jan 2023 05:36:12 -0800 Subject: chore(ext/webidl): Add dictionary converter microbenchmark (#17435) This commits add a `webidl.createDictionaryConverter` converter microbenchmark. There are 2 PRs currently open that need a microbenchmark for webidl dictionary converter. See https://github.com/denoland/deno/pull/16594 and https://github.com/denoland/deno/pull/16407 Closes https://github.com/denoland/deno/issues/17436 --- ext/webidl/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ext/webidl/Cargo.toml') diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index 744115aec..e0a90ed4d 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -15,3 +15,10 @@ path = "lib.rs" [dependencies] deno_core.workspace = true + +[dev-dependencies] +deno_bench_util.workspace = true + +[[bench]] +name = "dict" +harness = false -- cgit v1.2.3