ca136 / benchpress-tree

A reference implementation of a benchpress deep-tree benchmark as seen in Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchpress Tree Benchmark

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/benchpress/README.js.md

Run It

$ npm install .
$ ./node_modules/.bin/webdriver-manager update #Installs chromedriver and selenium standalone
$ ./node_modules/.bin/protractor protractor.conf.js #runs benchmark spec and logs output

See The Code

About

A reference implementation of a benchpress deep-tree benchmark as seen in Angular


Languages

Language:JavaScript 90.8%Language:HTML 9.2%