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 --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index ecb760ca7..13fcd9020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1284,6 +1284,7 @@ dependencies = [ name = "deno_webidl" version = "0.84.0" dependencies = [ + "deno_bench_util", "deno_core", ] -- cgit v1.2.3