chore(benchpress): add browserify bundling
Use browserify to bundle benchpress and its dependencies.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
export {verifyNoBrowserErrors} from './e2e_util';
|
||||
|
||||
import {bind, Options} from 'benchpress/benchpress';
|
||||
var benchpress = global['benchpress'];
|
||||
var bind = benchpress.bind;
|
||||
var Options = benchpress.Options;
|
||||
|
||||
export function runClickBenchmark(config) {
|
||||
var buttons = config.buttons.map(function(selector) { return $(selector); });
|
||||
|
Reference in New Issue
Block a user