summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-xtools/benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py
index 85e126b88..6edeb1ee4 100755
--- a/tools/benchmark.py
+++ b/tools/benchmark.py
@@ -27,6 +27,7 @@ exec_time_benchmarks = [
("cold_relative_import", ["--reload", "tests/003_relative_import.ts"]),
("workers_startup", ["tests/workers_startup_bench.ts"]),
("workers_round_robin", ["tests/workers_round_robin_bench.ts"]),
+ ("text_decoder", ["cli/tests/text_decoder_perf.js"]),
]