Commit 55af327
benchmark: track exec time in next-tick-exec
The next-tick-exec benchmarks were meant to track nextTick execution
time but due to an error, they actually track addition and execution.
PR-URL: #20462
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent cfb2f34 commit 55af327Copy full SHA for 55af327
File tree
Expand file treeCollapse file tree
2 files changed
+12
-10
lines changedOpen diff view settings
Filter options
- benchmark/process
Expand file treeCollapse file tree
2 files changed
+12
-10
lines changedOpen diff view settings
Collapse file
benchmark/process/next-tick-exec-args.js
Copy file name to clipboardExpand all lines: benchmark/process/next-tick-exec-args.js+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
8 | 12 | |
9 | | - |
10 | 13 | |
11 | 14 | |
12 | 15 | |
| ||
17 | 20 | |
18 | 21 | |
19 | 22 | |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
| 23 | + |
| 24 | + |
24 | 25 | |
Collapse file
benchmark/process/next-tick-exec.js
Copy file name to clipboardExpand all lines: benchmark/process/next-tick-exec.js+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | 8 | |
14 | 9 | |
15 | 10 | |
16 | 11 | |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
17 | 18 | |
0 commit comments