You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maintaining.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,10 +56,10 @@ Use the `assigned` label when somebody is working on the issue so we can avoid d
56
56
57
57
## Profiling
58
58
59
-
You should first install [`iron-node`](https://github.com/s-a/iron-node)and / or [`devtool`](https://github.com/Jam3/devtool)globally:
59
+
You should first install [`iron-node`](https://github.com/s-a/iron-node) globally:
60
60
61
61
```
62
-
$ npm install --global iron-node devtool
62
+
$ npm install --global iron-node
63
63
```
64
64
65
65
In the root of a project using AVA, run:
@@ -68,12 +68,6 @@ In the root of a project using AVA, run:
Once the Dev Tools window has loaded, activate Memory or CPU profiling, and then hit <kbd>Cmd</kbd> <kbd>R</kbd> to rerun the tests.
78
72
79
73
As soon as the tests finish, stop the recording and inspect the profiler results. The flamegraph can be displayed by choosing `Chart` from the drop down on the `Profiles` tab (other views include `Tree (top down)` and `Heavy (bottom up)`).
@@ -82,7 +76,6 @@ You may also want to check out the Settings page in Dev Tools and enable one or
82
76
83
77
##### Helpful resources
84
78
85
-
-[An introduction to Node.js debugging with `devtool`](http://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools).
86
79
-[A video introduction to Chrome DevTools CPU and Memory profiling](https://www.youtube.com/watch?v=KKwmdTByxLk).
0 commit comments