Skip to content

Commit

Permalink
Merge pull request #220 from matatk/profiling-improvements
Browse files Browse the repository at this point in the history
Profiling improvements
  • Loading branch information
matatk authored Dec 9, 2018
2 parents d3ae19a + bb4e4d2 commit cb91659
Show file tree
Hide file tree
Showing 10 changed files with 419 additions and 175 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
_site/
test/test-code-in-harness-*.js
scripts/browser-landmarks.js
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ meta/out-*.png
landmarks-*.zip
npm-debug.log
test/test-code-in-harness-*.js
scripts/browser-landmarks.js
trace--*.json
results--*.json
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Changes
- 2.4.3 - in development
- Improve the appearance of the DevTools panel on Firefox. \[[\#217](https://github.com/matatk/landmarks/pull/217)\]
- Fix a bug whereby landmark updates for background tabs pages would show up in the pop-up if it's open. \[[\#216](https://github.com/matatk/landmarks/pull/216)\]
- Improve the profiling script considerably, and use the results to improve performance of landmark finding. \[[\#220](https://github.com/matatk/landmarks/pull/220)\]
- Fewer debug-mode log messages; tidy up metadata and improve screengrabs; bump dependencies. \[[\#218](https://github.com/matatk/landmarks/pull/218)\]
- 2.4.2 - 29th of October 2018
- Fix a bug with sidebar option initialisation. \[[\#213](https://github.com/matatk/landmarks/pull/213)\]
Expand Down
Loading

0 comments on commit cb91659

Please sign in to comment.