From c25e262b04c15d4de7107cc131de467882e7dcec Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 28 Mar 2019 16:05:41 -0400 Subject: Merge the --recompile and --reload flags (#2003) --- tools/benchmark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/benchmark.py') 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" -- cgit v1.2.3