mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
a58ffad656
PR-URL: https://github.com/nodejs/node/pull/49756 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
10 lines
246 B
JavaScript
10 lines
246 B
JavaScript
'use strict';
|
|
|
|
require('../common');
|
|
|
|
// Minimal test for assert benchmarks. This makes sure the benchmarks aren't
|
|
// completely broken but nothing more than that.
|
|
const runBenchmark = require('../common/benchmark');
|
|
|
|
runBenchmark('validators');
|