summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-xtools/benchmark.py4
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)