forked from LeenkxTeam/Kmake
11 lines
243 B
JavaScript
11 lines
243 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('assert');
|