test: fix typo of test-benchmark-readline.js

"bechmark" -> "benchmark" in test-benchmark-readline.js.
And fix test name in test-benchmark-validators.js.

PR-URL: https://github.com/nodejs/node/pull/59993
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Deokjin Kim 2025-09-24 00:22:19 +09:00 committed by Anna Henningsen
parent 9ac571d0d5
commit b51fd73e10
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
require('../common');
// Minimal test for assert benchmarks. This makes sure the benchmarks aren't
// Minimal test for validators benchmarks. This makes sure the benchmarks aren't
// completely broken but nothing more than that.
const runBenchmark = require('../common/benchmark');