Commit 7592cf4
benchmark: skip running some assert benchmarks by default
These benchmarks are not frequently needed and just slow down the
default benchmark suite. They are kept for users who want to run
them but deactivated by default.
PR-URL: #57370
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>1 parent e4cc54a commit 7592cf4Copy full SHA for 7592cf4
File tree
Expand file treeCollapse file tree
5 files changed
+30
-4
lines changedOpen diff view settings
Filter options
- benchmark/assert
- test/parallel
Expand file treeCollapse file tree
5 files changed
+30
-4
lines changedOpen diff view settings
Collapse file
+8-1Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
9 | 16 | |
10 | 17 | |
11 | 18 | |
|
Collapse file
benchmark/assert/rejects.js
Copy file name to clipboardExpand all lines: benchmark/assert/rejects.js+8-1Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
9 | 16 | |
10 | 17 | |
11 | 18 | |
|
Collapse file
benchmark/assert/strictequal.js
Copy file name to clipboardExpand all lines: benchmark/assert/strictequal.js+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
9 | 9 | |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
10 | 16 | |
11 | 17 | |
12 | 18 | |
|
Collapse file
+7-1Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
| 7 | + |
8 | 8 | |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
9 | 15 | |
10 | 16 | |
11 | 17 | |
|
Collapse file
test/parallel/test-assert-objects.js …rallel/test-assert-partial-deep-equal.jstest/parallel/test-assert-objects.js renamed to test/parallel/test-assert-partial-deep-equal.js test/parallel/test-assert-objects.js renamed to test/parallel/test-assert-partial-deep-equal.js
Copy file name to clipboardFile renamed without changes.
0 commit comments