summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-10-22 18:50:56 -0400
committerGitHub <noreply@github.com>2019-10-22 18:50:56 -0400
commitdc80dd2acef18f40aa7161a4d7b7eeaed19be722 (patch)
tree8231527e861d56c04a0ab69c6eb96422428d98dd /tools/benchmark.py
parent6257b4044a181fcaa462aba6c361e3c8fdcad2c9 (diff)
Add TextDecoder benchmark (#3180)
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"]),
]