diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-07-20 01:20:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 01:20:51 -0400 |
commit | 628c10b55259f9d2b215b4203c2228062da189dc (patch) | |
tree | ed34afcc06870e8df4e84e2b46602696a4b2f36c /tools/benchmark.py | |
parent | fa61956f03491101b6ef64423ea2f1f73af26a73 (diff) |
fix benchmark_test (#6814)
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-x | tools/benchmark.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py index b79f35ac8..74a5fb665 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -60,11 +60,7 @@ def get_binary_sizes(build_dir): for file_name in file_names: if not file_name in [ "CLI_SNAPSHOT.bin", - "CLI_SNAPSHOT.js", - "CLI_SNAPSHOT.js.map", "COMPILER_SNAPSHOT.bin", - "COMPILER_SNAPSHOT.js", - "COMPILER_SNAPSHOT.js.map", ]: continue file_path = os.path.join(parent_dir, file_name) |