From 8c7416b3f666c62327a2306e955ec59823b1f239 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 25 Sep 2018 20:08:09 -0400 Subject: Expand binary size benchmark (#830) --- tools/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test.py') diff --git a/tools/test.py b/tools/test.py index ac3a5ca95..45c9f5e2b 100755 --- a/tools/test.py +++ b/tools/test.py @@ -41,7 +41,7 @@ def main(argv): # Internal tools testing setup_test() util_test() - benchmark_test(deno_exe) + benchmark_test(build_dir, deno_exe) test_cc = os.path.join(build_dir, "test_cc" + executable_suffix) check_exists(test_cc) -- cgit v1.2.3