diff options
author | Luis Malheiro <lmalheiro@users.noreply.github.com> | 2021-09-25 10:30:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 15:30:31 +0200 |
commit | b095157c1d9ffd979a82f559aa488e35c2e7f392 (patch) | |
tree | 56fb1aa39c550f2a36bced276e15f840879b8927 /cli/bench/main.rs | |
parent | 09f2cdbc72f6bc178a1ef13745d41baa08e17d74 (diff) |
perf(ext/fetch): Use the WebIDL conversion to DOMString rather than USVString for Response constructor (#12201)
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -112,6 +112,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[ None, ), ( + "response_string", + &["run", "cli/tests/testdata/response_string_perf.js"], + None, + ), + ( "check", &[ "cache", |