Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 339 Bytes

File metadata and controls

12 lines (9 loc) · 339 Bytes

performance-dashboard

This is the Dashboard used to track performance of Firefox DevTools.

This website is pure client and do not need any server side component. So you can use it with any local webserver.

An easy way to spawn one is running:

nohup python -m SimpleHTTPServer &

An then access it via http://localhost:8000/.