memlab 1.1.27 → 1.1.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@ memlab is an E2E testing and analysis framework for finding JavaScript memory
|
|
|
4
4
|
leaks and optimization opportunities.
|
|
5
5
|
|
|
6
6
|
Online Resources:
|
|
7
|
+
* [Meta Engineering Blog Post](https://engineering.fb.com/2022/09/12/open-source/memlab/)
|
|
7
8
|
* [Official Website and Demo](https://facebookincubator.github.io/memlab)
|
|
8
9
|
* [Documentation](https://facebookincubator.github.io/memlab/docs/intro)
|
|
9
10
|
|