diff options
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-x | tools/benchmark.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py index 2a1310a39..a0e12fa48 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -29,10 +29,6 @@ exec_time_benchmarks = [ ("workers_round_robin", ["tests/workers_round_robin_bench.ts"]), ("text_decoder", ["cli/tests/text_decoder_perf.js"]), ("text_encoder", ["cli/tests/text_encoder_perf.js"]), - ("compile_local_prettier", ["fetch", "--reload", "std/prettier/main.ts"]), - ("compile_remote_prettier", - ["fetch", "--reload", - "https://deno.land/x/std@v0.29.0/prettier/main.ts"]), ] |