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