mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
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:
parent
9ac571d0d5
commit
b51fd73e10
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user