Skip to content

Commit 8824229

Browse files
committed
test: add documentation for common.enoughTestCpu
PR-URL: #31931 Reviewed-By: Denys Otrishko <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent fc68bf2 commit 8824229

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/common/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ sure no unexpected rejections occur, because currently they result in silent
6868
failures. However, it is useful in some rare cases to disable it, for example if
6969
the `unhandledRejection` hook is directly used by the test.
7070

71+
### `enoughTestCpu`
72+
73+
* [&lt;boolean>][]
74+
75+
Indicates if there is more than 1 CPU or that the single CPU has a speed of at
76+
least 1 GHz.
77+
7178
### `enoughTestMem`
7279

7380
* [&lt;boolean>][]

0 commit comments

Comments
 (0)