Skip to content

Commit

Permalink
test: add documentation for common.enoughTestCpu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and codebytere committed Feb 27, 2020
1 parent 918c2b6 commit 04eda02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/common/README.md
Expand Up @@ -68,6 +68,13 @@ sure no unexpected rejections occur, because currently they result in silent
failures. However, it is useful in some rare cases to disable it, for example if
the `unhandledRejection` hook is directly used by the test.

### `enoughTestCpu`

* [&lt;boolean>][]

Indicates if there is more than 1 CPU or that the single CPU has a speed of at
least 1 GHz.

### `enoughTestMem`

* [&lt;boolean>][]
Expand Down

0 comments on commit 04eda02

Please sign in to comment.