1'use strict'; 2 3require('../common'); 4 5// Minimal test for assert benchmarks. This makes sure the benchmarks aren't 6// completely broken but nothing more than that. 7 8const runBenchmark = require('../common/benchmark'); 9 10runBenchmark('assert'); 11