2015-01-07 11:31:18 -08:00
|
|
|
var benchmark = require('./src/benchmark');
|
2015-01-06 15:19:22 -08:00
|
|
|
var tools = require('./src/tools');
|
2014-12-29 15:36:29 -08:00
|
|
|
|
|
|
|
module.exports = {
|
2015-01-07 11:31:18 -08:00
|
|
|
runBenchmark: benchmark.runBenchmark,
|
2014-12-29 15:36:29 -08:00
|
|
|
verifyNoBrowserErrors: tools.verifyNoBrowserErrors
|
|
|
|
};
|