feat(plugins/pagespeed): improved performance and PWA support, fix(plugins/posts): "dev.to" lowercase username, fix(plugins/base): repositories count, fix(plugins/followup): issues and pull requests count from archived repositories (#1101)

This commit is contained in:
Jayant Goel
2022-06-24 22:57:51 +05:30
committed by GitHub
parent c5105a132f
commit f544663a3f
15 changed files with 170 additions and 38 deletions

View File

@@ -95,6 +95,11 @@ export default function({faker, url, options, login = faker.internet.userName()}
title: "Performance",
score: faker.datatype.float({max: 1}),
},
pwa: {
id: "pwa",
title: "PWA",
score: faker.datatype.number({max: 1}),
},
},
},
analysisUTCTimestamp: `${faker.date.recent()}`,