docs: fix image links in performance.md
(#29592)
* docs: fix image links in performance.md Fixes https://github.com/electron/electron/issues/29580 Signed-off-by: Darshan Sen <raisinten@gmail.com> * Apply suggestions from code review Co-authored-by: David Sanders <dsanders11@ucsbalum.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
parent
057b15f7bb
commit
9b99bdb570
1 changed files with 2 additions and 2 deletions
|
@ -120,9 +120,9 @@ file in the directory you executed it in. Both files can be analyzed using
|
|||
the Chrome Developer Tools, using the `Performance` and `Memory` tabs
|
||||
respectively.
|
||||
|
||||
![performance-cpu-prof]
|
||||
![Performance CPU Profile][performance-cpu-prof]
|
||||
|
||||
![performance-heap-prof]
|
||||
![Performance Heap Memory Profile][performance-heap-prof]
|
||||
|
||||
In this example, on the author's machine, we saw that loading `request` took
|
||||
almost half a second, whereas `node-fetch` took dramatically less memory
|
||||
|
|
Loading…
Add table
Reference in a new issue