-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
On jsPerf we have to use a special custom build of Benchmark.js to avoid creating more global variables than necessary (since it may interfere with people’s tests otherwise).
Historically we’ve used a very old/hacky/ugly build script for that: https://github.com/mathiasbynens/jsperf.com/blob/master/_tmp/build.php
The plan is to create a new standalone script:
- in its own repository: https://github.com/jsperf/build-benchmark.js-wrapper (this logic doesn’t belong in the main repository with jsperf.com server code)
- with proper tests to avoid issues like IE 9 not able to run test - Script error in benchmark-47.js #44, Receiving error on simple script #45, Uncaught TypeError: Cannot read property 'name' of undefined #53
cc @jdalton
Metadata
Metadata
Assignees
Labels
No labels