Reference implementation of a deep tree baseline benchmark with benchpress, adapted from the tree benchmark baseline in the Angular repository.
Full documentation found at https://github.com/angular/angular/blob/master/modules/@angular/benchpress/README.md
$ npm install .
# using wdio testrunner
$ (npm bin)/wdio
# in standalone mode
$ node standalone.js
- Benchmark code: public/tree.html, public/tree.js
- Benchmark spec: tree_benchmark.spec.js
- Protractor config: wdio.conf.js