summaryrefslogtreecommitdiff
path: root/op_crates/url
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/url')
-rw-r--r--op_crates/url/benches/url_ops.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/op_crates/url/benches/url_ops.rs b/op_crates/url/benches/url_ops.rs
index 18b2f300e..8b3cf2705 100644
--- a/op_crates/url/benches/url_ops.rs
+++ b/op_crates/url/benches/url_ops.rs
@@ -10,9 +10,6 @@ fn create_js_runtime() -> JsRuntime {
..Default::default()
});
- runtime.init_extension_js().unwrap();
- runtime.init_extension_ops().unwrap();
-
runtime
.execute("setup", "const { URL } = globalThis.__bootstrap.url;")
.unwrap();