diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-09-25 20:08:09 -0400 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-09-26 14:16:22 -0700 |
commit | 32806b18719f09ec3c1f5b41f3a8f98321328884 (patch) | |
tree | 0529cfa9663e8a47f3f99b831d2e8f6007912061 /tools/test.py | |
parent | df09fbad92c4d48e58ed34000000f01ec4812e48 (diff) |
Expand binary size benchmark (#830)
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |