An open API service indexing awesome lists of open source software.

https://github.com/firefox-devtools/performance-dashboard

Dashboard to track performance of Firefox DevTools
https://github.com/firefox-devtools/performance-dashboard

Last synced: 8 months ago
JSON representation

Dashboard to track performance of Firefox DevTools

Awesome Lists containing this project

README

          

# 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/`.