Skip to content

Commit 17c0757

Browse files
committed
BUGFIX: Add RateMetricType to max bundle is size benchmarks
1 parent 00df0a2 commit 17c0757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/size/max.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import QuantityMetricType from "@mozilla/glean/private/metrics/quantity";
1515
import StringMetricType from "@mozilla/glean/private/metrics/string";
1616
import TextMetricType from "@mozilla/glean/private/metrics/text";
1717
import TimespanMetricType from "@mozilla/glean/private/metrics/timespan";
18+
import RateMetricType from "@mozilla/glean/private/metrics/rate";
1819
import UUIDMetricType from "@mozilla/glean/private/metrics/uuid";
1920
import URLMetricType from "@mozilla/glean/private/metrics/url";
2021
// Plugins
@@ -33,6 +34,7 @@ console.log(
3334
JSON.stringify(StringMetricType),
3435
JSON.stringify(TextMetricType),
3536
JSON.stringify(TimespanMetricType),
37+
JSON.stringify(RateMetricType),
3638
JSON.stringify(UUIDMetricType),
3739
JSON.stringify(URLMetricType),
3840
JSON.stringify(PingEncryptionPlugin),

0 commit comments

Comments
 (0)