There was an error while loading. Please reload this page.
2 parents a7e3e84 + f77e68c commit 169b07bCopy full SHA for 169b07b
1 file changed
site/frontend/src/pages/compare/metrics.ts
@@ -34,6 +34,11 @@ export const importantCompileMetrics: MetricDescription[] = [
34
metric: "size:linked_artifact",
35
description: "Size of the generated binary artifact",
36
},
37
+ {
38
+ label: "Metadata size",
39
+ metric: "size:crate_metadata",
40
+ description: "Size of the generated crate metadata",
41
+ },
42
];
43
44
export const importantRuntimeMetrics: MetricDescription[] = [...sharedMetrics];
0 commit comments