diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-09-25 23:52:47 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-26 08:35:12 -0400 |
commit | 3a6da19eb80c5959e0fe0ff00b093b9f7d85d618 (patch) | |
tree | 5ec030e9227b258f817f1399e508363404821abd /tools/test.py | |
parent | 8c7416b3f666c62327a2306e955ec59823b1f239 (diff) |
Revert "Expand binary size benchmark (#830)"
This reverts commit 8c7416b3f666c62327a2306e955ec59823b1f239.
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 45c9f5e2b..ac3a5ca95 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(build_dir, deno_exe) + benchmark_test(deno_exe) test_cc = os.path.join(build_dir, "test_cc" + executable_suffix) check_exists(test_cc) |