Skip to content

Commit 04eda02

Browse files
Trottcodebytere
authored andcommittedFeb 27, 2020
test: add documentation for common.enoughTestCpu
PR-URL: #31931 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 918c2b6 commit 04eda02

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)
Please sign in to comment.