2015-06-23 18:26:51 -04:00
|
|
|
require('reflect-metadata');
|
2015-09-11 19:00:26 -04:00
|
|
|
require('es6-shim');
|
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.
|
2015-08-06 12:52:33 -04:00
|
|
|
(<any>global).__benchpressExports = module.exports;
|