1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Remove size benchmarks for discontinued snapshots

Bug: https://github.com/dart-lang/sdk/issues/46100
Change-Id: I6eefd91ea92c345c62b03ad145ed535abc5e3f26
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/233182
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2022-02-16 12:27:41 +00:00 committed by Commit Bot
parent 6faa5f3bd0
commit 53a9e2045f
2 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@ const libs = <String>[
const snapshots = <String>[
'analysis_server',
'dart2js',
'dart2native',
'dartanalyzer',
'dartdev',
'dartdevc',
@ -28,7 +27,6 @@ const snapshots = <String>[
'gen_kernel',
'kernel-service',
'kernel_worker',
'pub',
];
void reportFileSize(String path, String name) {

View File

@ -21,17 +21,14 @@ const libs = <String>[
const snapshots = <String>[
'analysis_server',
'dart2js',
'dart2native',
'dartanalyzer',
'dartdev',
'dartdevc',
'dartdoc',
'dds',
'frontend_server',
'gen_kernel',
'kernel-service',
'kernel_worker',
'pub',
];
void reportFileSize(String path, String name) {