summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-xtools/benchmark.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/benchmark.py b/tools/benchmark.py
index f0f9e4ac6..d9decefbb 100755
--- a/tools/benchmark.py
+++ b/tools/benchmark.py
@@ -66,6 +66,7 @@ def main(argv):
new_data = {
"created_at": time.strftime("%Y-%m-%dT%H:%M:%SZ"),
"sha1": sha1,
+ "binary_size": os.path.getsize(deno_path),
"benchmark": {}
}
for [[name, _], data] in zip(benchmarks, benchmark_data["results"]):