mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 03:07:54 +01:00
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');
|