kSizeMetricDefs top-level constant

List<MetricDef> const kSizeMetricDefs

Host-size metrics (release builds, no device) — S7, a scenario of contract run like the rest. bundle_delta is SDK-pinned under ref any; native_size under any + android.

Implementation

const List<MetricDef> kSizeMetricDefs = [
  MetricDef('native_size', 'Native AOT size', 'B'),
  MetricDef('bundle_delta', 'Web startup bundle delta', 'B'),
];