mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
benchmark: track the binary size (#804)
This commit is contained in:
parent
56acb6fa0e
commit
9203e983d1
4 changed files with 59 additions and 4 deletions
|
@ -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"]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue