diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-01-15 05:36:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-15 13:36:12 +0000 |
| commit | 8f321a8a39b0926e00ff9e76c44bc687f3a3c8da (patch) | |
| tree | 18ca86ba6e25dc074f5e8c0d39cf0219997743e4 /Cargo.lock | |
| parent | a4c98e347215528d20e4891e4f0e54b2d8523c89 (diff) | |
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
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
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", ] |
