axemclion / browser-perf

Performance Metrics for Web Browsers
BSD 2-Clause "Simplified" License
936 stars 61 forks source link

Viewer #64

Closed 0xcaff closed 8 years ago

0xcaff commented 8 years ago

Collecting this data is great, but are there ways to view it besides a table?

blefebvre commented 8 years ago

@caffinatedmonkey check out perfjankie for an idea of how this data can be stored and graphed over time.

https://github.com/axemclion/perfjankie

axemclion commented 8 years ago

browser-perf is available as a Node module, so you could also consume it and get JSON data that can be used to graph it in a way you need. Here are also some examples that use perjankie to view the data - http://web-perf.github.io.