GoogleChromeLabs / perf-track

Tracking framework performance and usage at scale
https://perf-track.web.app/
Apache License 2.0
150 stars 12 forks source link

Access to raw data, source code #26

Open ctjlewis opened 3 years ago

ctjlewis commented 3 years ago

This data is extremely poorly-formatted. A huge CSV would be ideal, rather than grouping everything into arbitrary 200kB buckets and then cutting off at > 1MB.

e.g.: Framework URL JS size (kB) Total size (kB)
React https://example.com/test 514 1044
... ... ... ...

Could anyone provide the actual source code used to generate this data so it can be replicated as well?