UNPKG

benchpress

Version:

Benchpress - a framework for e2e performance tests

7 lines (6 loc) 250 B
require('reflect-metadata'); require('es6-shim'); module.exports = require('./benchpress.js'); // when bundling benchpress to one file, this is used // for getting exports out of browserify's scope. global.__benchpressExports = module.exports;