7 lines
195 B
JavaScript
7 lines
195 B
JavaScript
var benchmark = require('./src/benchmark');
|
|
var tools = require('./src/tools');
|
|
|
|
module.exports = {
|
|
runBenchmark: benchmark.runBenchmark,
|
|
verifyNoBrowserErrors: tools.verifyNoBrowserErrors
|
|
}; |