diff options
author | andy finch <andyfinch7@gmail.com> | 2019-04-05 15:57:59 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-05 22:57:59 +0300 |
commit | 7a3df0a18465ceebe43f3183daa2f9397c4e5ebb (patch) | |
tree | 64fb338c99cda0be406c9fb0788c88fc97c0a7be /tools/benchmark.py | |
parent | 031411b449b1990241c0ff0565e01e60f30b769a (diff) |
Add worker benchmarks (#2059)
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-x | tools/benchmark.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py index 772e35d40..db2ef0fb2 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -25,6 +25,8 @@ exec_time_benchmarks = [ ("error_001", ["tests/error_001.ts"]), ("cold_hello", ["tests/002_hello.ts", "--reload"]), ("cold_relative_import", ["tests/003_relative_import.ts", "--reload"]), + ("workers_startup", ["tests/workers_startup_bench.ts"]), + ("workers_round_robin", ["tests/workers_round_robin_bench.ts"]), ] gh_pages_data_file = "gh-pages/data.json" |