Files
Kmake/test/benchmark/test-benchmark-validators.js
2026-05-26 23:36:42 -07:00

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');