Skip to content

Commit 6f1453c

Browse files
committed
added link to blog post
1 parent e46a4a3 commit 6f1453c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Read [Code Snippets tutorial][1] and
1818
from [addyosmani/timing.js](https://github.com/addyosmani/timing.js).
1919
* [local-storage-size.js](local-storage-size.js) - measures size of the strings in the `localStorage`.
2020
* [expensive-keys.js](expensive-keys.js) - measures how much space individual keys and their values
21-
take up in a collection of objects.
21+
take up in a collection of objects, read [Measuring Space Allocation][measure].
2222

2323
### Angular performance
2424

@@ -82,3 +82,4 @@ Support: if you find any problems with this module, email / tweet /
8282

8383
[1]: http://bahmutov.calepin.co/chrome-devtools-code-snippets.html
8484
[2]: http://bahmutov.calepin.co/improving-angular-web-app-performance-example.html
85+
[measure]: http://bahmutov.calepin.co/measure-space-allocation.html

0 commit comments

Comments
 (0)