summaryrefslogtreecommitdiff
path: root/ext/webidl
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-05-09 22:53:37 +0200
committerGitHub <noreply@github.com>2023-05-09 22:53:37 +0200
commitcb63db459cf0099e2975700cd0f66387b4ecb509 (patch)
tree96f3dcc88c190980f0ac911e94c101fb6ee22356 /ext/webidl
parent3e1cc5dbf59618f22218ba7698922adbb26f16ec (diff)
bench: fix benchmarks with extensions (#19059)
They broke in f34fcd16ea4d504c8a87c0873c65598d70bb1d07
Diffstat (limited to 'ext/webidl')
-rw-r--r--ext/webidl/benches/dict.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/webidl/benches/dict.rs b/ext/webidl/benches/dict.rs
index d08adbb6a..b3d95c8a3 100644
--- a/ext/webidl/benches/dict.rs
+++ b/ext/webidl/benches/dict.rs
@@ -19,6 +19,7 @@ fn setup() -> Vec<Extension> {
"dict.js"
)),
}])
+ .esm_entry_point("ext:deno_webidl_bench/setup.js")
.build(),
]
}