mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
fix: worker benchmarks (#5227)
This commit is contained in:
parent
fb7d7f40ed
commit
a3f82c3d5e
1 changed files with 4 additions and 2 deletions
|
@ -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"]),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue