2016-08-03 18:00:07 -04:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
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;
|