2015-06-23 18:26:51 -04:00
|
|
|
require('reflect-metadata');
|
|
|
|
require('traceur/bin/traceur-runtime');
|
2015-05-29 17:35:54 -04:00
|
|
|
module.exports = require('./benchpress.js');
|
2015-06-23 18:26:51 -04:00
|
|
|
// when bundling benchpress to one file, this is used
|
|
|
|
// for getting exports out of browserify's scope.
|
|
|
|
global.__benchpressExports = module.exports;
|