diff options
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 f2ade54d8..b98a9d141 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -90,6 +90,11 @@ const EXEC_TIME_BENCHMARKS: &[(&str, &[&str], Option<i32>)] = &[ None, ), ( + "text_encoder_into", + &["run", "cli/tests/text_encoder_into_perf.js"], + None, + ), + ( "check", &[ "cache", |