summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-xtools/benchmark.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py
index 9485d79f4..9f6a750bb 100755
--- a/tools/benchmark.py
+++ b/tools/benchmark.py
@@ -26,8 +26,10 @@ exec_time_benchmarks = [
("cold_hello", ["run", "--reload", "cli/tests/002_hello.ts"]),
("cold_relative_import",
["run", "--reload", "cli/tests/003_relative_import.ts"]),
- ("workers_startup", ["run", "cli/tests/workers_startup_bench.ts"]),
- ("workers_round_robin", ["run", "cli/tests/workers_round_robin_bench.ts"]),
+ ("workers_startup",
+ ["run", "--allow-read", "cli/tests/workers_startup_bench.ts"]),
+ ("workers_round_robin",
+ ["run", "--allow-read", "cli/tests/workers_round_robin_bench.ts"]),
("text_decoder", ["run", "cli/tests/text_decoder_perf.js"]),
("text_encoder", ["run", "cli/tests/text_encoder_perf.js"]),
]