From 9203e983d1536618fb07b3ffd95da177c9bbfdfc Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 24 Sep 2018 00:54:07 +0900 Subject: benchmark: track the binary size (#804) --- tools/benchmark.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/benchmark.py') 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"]): -- cgit v1.2.3