You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move benchmark tests (which are slow) out of the main test suite. We can
hopefully add them to node-daily-master so that they are still run daily
on CI.
Backport-PR-URL: #25049
PR-URL: #24265
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: MichaΓ«l Zasso <targos@protonmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Copy file name to clipboardExpand all lines: test/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ GitHub with the `autocrlf` git config flag set to true.
19
19
|`addons`| Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon to function properly. |
20
20
|`addons-napi`| Yes | Tests for [n-api](https://nodejs.org/api/n-api.html) functionality. |
21
21
|`async-hooks`| Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. |
22
+
|`benchmark`| No | Test minimal functionality of benchmarks. |
22
23
|`cctest`| Yes | C++ tests that are run as part of the build process. |
23
24
|`code-cache`| No | Tests for a Node.js binary compiled with V8 code cache. |
24
25
|`common`|| Common modules shared among many tests. [Documentation](./common/README.md)|
0 commit comments