1'use strict'; 2 3require('../common'); 4 5const runBenchmark = require('../common/benchmark'); 6 7runBenchmark('policy', [ 8 'n=1', 9]); 10