Skip to content

Commit ad87975

Browse files
deokjinkimtargos
authored andcommitted
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: #59993 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent bad4b9b commit ad87975

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/benchmark/test-benchmark-validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require('../common');
44

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

0 commit comments

Comments
 (0)