summaryrefslogtreecommitdiff
path: root/benchmark/README.md
diff options
context:
space:
mode:
authorKazushi Kitaya <kazushikitaya@gmail.com>2019-01-06 18:02:23 +0900
committerAnna Henningsen <anna@addaleax.net>2019-01-09 01:39:43 +0100
commit9b7226d66c330f700f1672b34dbc4c2aba1b9592 (patch)
tree2da6e5016591e4454e8fad83adc4e8c9bc1647ed /benchmark/README.md
parent7635b02e29feb3701192443b0afbc6ecee274763 (diff)
downloadandroid-node-v8-9b7226d66c330f700f1672b34dbc4c2aba1b9592.tar.gz
android-node-v8-9b7226d66c330f700f1672b34dbc4c2aba1b9592.tar.bz2
android-node-v8-9b7226d66c330f700f1672b34dbc4c2aba1b9592.zip
doc: update benchmark doc
Benchmark for arrays no longer exists, but it was still referenced in documentation. Refs: https://github.com/nodejs/node/pull/21831 PR-URL: https://github.com/nodejs/node/pull/25367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'benchmark/README.md')
-rw-r--r--benchmark/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmark/README.md b/benchmark/README.md
index dfdf319b9c..8016d3a558 100644
--- a/benchmark/README.md
+++ b/benchmark/README.md
@@ -23,13 +23,6 @@ directory, see [the guide on benchmarks](../doc/guides/writing-and-running-bench
</thead>
<tbody>
<tr>
- <td>arrays</td>
- <td>
- Benchmarks for various operations on array-like objects,
- including <code>Array</code>, <code>Buffer</code>, and typed arrays.
- </td>
- </tr>
- <tr>
<td>assert</td>
<td>
Benchmarks for the <code>assert</code> subsystem.