From 773685c2a4283caa5536b6d57df0b74929060c33 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 3 Nov 2020 05:23:04 -0800 Subject: [PATCH] doc: update benchmark CI test indicator in README As of c7627da837af55e3a37ca0933b6a3247fc6c06bb, benchmark tests are run in CI, but the README was not updated to indicate this. PR-URL: https://github.com/nodejs/node/pull/35945 Reviewed-By: Richard Lau Reviewed-By: Daijiro Wachi Reviewed-By: Luigi Pinca --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index a9569235fdde1b..834af7dc5896a2 100644 --- a/test/README.md +++ b/test/README.md @@ -18,7 +18,7 @@ For the tests to run on Windows, be sure to clone Node.js source code with the | `abort` | Yes | Tests for when the `--abort-on-uncaught-exception` flag is used. | | `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionality along with some tests that require an addon. | | `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) functionality. | -| `benchmark` | No | Test minimal functionality of benchmarks. | +| `benchmark` | Yes | Test minimal functionality of benchmarks. | | `cctest` | Yes | C++ tests that are run as part of the build process. | | `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. | | `common` | | Common modules shared among many tests. [Documentation](./common/README.md) |