Skip to content

Commit

Permalink
docs(hacking): add links to buildtracker/pr-tracking (#12922)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Aug 17, 2021
1 parent 5365ead commit 6e14d3b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/hacking-tips.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
A few assorted scripts and tips to make hacking on Lighthouse a bit easier

# Eng team resources

* [LH Build Tracker](https://lh-build-tracker.herokuapp.com/builds/limit/100) - plotted results of [build-tracker](../build-tracker.config.js) [data](../.github/workflows/ci.yml#:~:text=buildtracker)
* [LH PR Tracking](https://paulirish.github.io/lh-pr-tracking/) - stats about open PRs, collected [daily](https://github.com/paulirish/lh-pr-tracking/blob/master/.github/workflows/update-stats.yml).

## Evaluate Lighthouse's runtime performance

Lighthouse has instrumentation to collect timing data for its operations. The data is exposed at `LHR.timing.entries`. You can generate a trace from this data for closer analysis.
Expand Down

0 comments on commit 6e14d3b

Please sign in to comment.