angular-cn/tools/benchpress/index.es6

7 lines
216 B
JavaScript

var timeBenchmark = require('./src/time_benchmark');
var tools = require('./src/tools');
module.exports = {
runTimeBenchmark: timeBenchmark.runTimeBenchmark,
verifyNoBrowserErrors: tools.verifyNoBrowserErrors
};