summaryrefslogtreecommitdiff
path: root/website
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 /website
parent6257b4044a181fcaa462aba6c361e3c8fdcad2c9 (diff)
Add TextDecoder benchmark (#3180)
Diffstat (limited to 'website')
-rw-r--r--website/benchmarks.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html
index a8d480780..80a47f03c 100644
--- a/website/benchmarks.html
+++ b/website/benchmarks.html
@@ -186,6 +186,10 @@
>tests/003_relative_import.ts</a
>,
<a
+ href="https://github.com/denoland/deno/blob/master/cli/tests/text_decoder_perf.js"
+ >cli/tests/text_decoder_perf.js</a
+ >,
+ <a
href="https://github.com/denoland/deno/blob/master/tests/workers_round_robin_bench.ts"
>tests/workers_round_robin_bench.ts</a
>, and