From 07cee144b75d7425ece95be07debc7d6ac4c4c66 Mon Sep 17 00:00:00 2001 From: Mestery Date: Tue, 6 Jul 2021 13:56:35 +0200 Subject: [PATCH] Update doc/guides/writing-and-running-benchmarks.md Co-authored-by: mscdex --- doc/guides/writing-and-running-benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/writing-and-running-benchmarks.md b/doc/guides/writing-and-running-benchmarks.md index 784f6067cd0f6e..f7f26635346ac1 100644 --- a/doc/guides/writing-and-running-benchmarks.md +++ b/doc/guides/writing-and-running-benchmarks.md @@ -445,7 +445,7 @@ The arguments of `createBenchmark` are: Each configuration is a property with an array of possible values. The configuration values can only be strings or numbers. * `options` {Object} The benchmark options: - * `flags` option for specifying command line flags is supported + * `flags` option for specifying command line flags * `byGroup` option for processing `configs` by groups: ```js