From 2d9f0307e813d5a869a39a757dfd1986e9b1f5f2 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 21 Sep 2021 05:18:06 -0700 Subject: [PATCH] fixup! doc: update benchmarks README.md for upcoming linting/formatting --- benchmark/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index b4c4729934b73e..e40972fde08ac9 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -32,7 +32,7 @@ directory, see [the guide on benchmarks](../doc/guides/writing-and-running-bench | module | Benchmarks for the `module` subsystem. | | net | Benchmarks for the `net` subsystem. | | path | Benchmarks for the `path` subsystem. | -| perf\_hooks | Benchmarks for the `perf_hooks` subsystem. | +| perf\_hooks | Benchmarks for the `perf_hooks` subsystem. | | process | Benchmarks for the `process` subsystem. | | querystring | Benchmarks for the `querystring` subsystem. | | streams | Benchmarks for the `streams` subsystem. |