summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-03-28 16:05:41 -0400
committerGitHub <noreply@github.com>2019-03-28 16:05:41 -0400
commitc25e262b04c15d4de7107cc131de467882e7dcec (patch)
treea5e2fd2ba73f9f8881d0ea9166c36958747b6f49 /tools/benchmark.py
parent51abcd614731bdb47a79f9f0c0fed81ddb7a474a (diff)
Merge the --recompile and --reload flags (#2003)
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-xtools/benchmark.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py
index 6a4ec29c8..cf2bc4ff7 100755
--- a/tools/benchmark.py
+++ b/tools/benchmark.py
@@ -23,8 +23,8 @@ exec_time_benchmarks = [
("hello", ["tests/002_hello.ts"]),
("relative_import", ["tests/003_relative_import.ts"]),
("error_001", ["tests/error_001.ts"]),
- ("cold_hello", ["tests/002_hello.ts", "--recompile"]),
- ("cold_relative_import", ["tests/003_relative_import.ts", "--recompile"]),
+ ("cold_hello", ["tests/002_hello.ts", "--reload"]),
+ ("cold_relative_import", ["tests/003_relative_import.ts", "--reload"]),
]
gh_pages_data_file = "gh-pages/data.json"