summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
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"