2015-01-06 15:19:22 -08:00
|
|
|
var timeBenchmark = require('./src/time_benchmark');
|
|
|
|
|
var tools = require('./src/tools');
|
2014-12-29 15:36:29 -08:00
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
|
runTimeBenchmark: timeBenchmark.runTimeBenchmark,
|
|
|
|
|
verifyNoBrowserErrors: tools.verifyNoBrowserErrors
|
|
|
|
|
};
|