From b095157c1d9ffd979a82f559aa488e35c2e7f392 Mon Sep 17 00:00:00 2001 From: Luis Malheiro Date: Sat, 25 Sep 2021 10:30:31 -0300 Subject: perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString for Response constructor (#12201) --- cli/bench/main.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/bench') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 06e2d59bb..8078259d9 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -111,6 +111,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option)] = &[ &["run", "cli/tests/testdata/text_encoder_into_perf.js"], None, ), + ( + "response_string", + &["run", "cli/tests/testdata/response_string_perf.js"], + None, + ), ( "check", &[ -- cgit v1.2.3