Skip to content

Commit 00e7f11

Browse files
committed
Add performance link to readme
1 parent d9af32f commit 00e7f11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ const array = p.toArray(); // Output: [3, 1, 2]
201201

202202
## Running time
203203

204+
You can check the performance of the package here: [https://jsperf.com/p-queue-ts](https://jsperf.com/p-queue-ts)
205+
204206
| Operation | Binary heap |
205207
| --------- | ----------- |
206208
| push | O(lg n) |

0 commit comments

Comments
 (0)