benchpress-tree
benchpress-tree copied to clipboard
A reference implementation of a benchpress deep-tree benchmark as seen in Angular
Updated the dependencies and configuration to match angular/angular.
Hi. Thank you for your contributions. I am running into this error when I try to run the program: Failures: 1) deep tree baseline should be fast! Message: Failed: WebDriverError:...
correct depth value in spec file comment.
I get this error when I try to run ./node_modules/.bin/protractor protractor.conf.js after a successful npm install . and ./node_modules/.bin/webdriver-manager update ` [11:54:36] E/launcher - Tried too often to get the...
On Windows encounter following error when executing ".\node_modules.bin\protractor protractor.conf.js" Failures: 1) deep tree baseline should be fast! Message: Failed: TypeError: Cannot read property 'GET_LOG' of undefined Stack: Error: TypeError: Cannot...
- added instructions on how to use a local benchpress repo (please note that this requires benchpress 2.0.0-alpha.53, not published yet) See https://github.com/angular/angular/commit/fe1dd77d941397d742024c2fbda648 5cdf5a0b16
After following the instructions and trying to run the provided protractor test, i get the following error: Using ChromeDriver directly... [launcher] Running 1 instances of WebDriver [launcher] Error: SyntaxError: Unexpected...
Following the instructions to install and run the project, I get: Message: Failed: TypeError: Object [object Object] has no method 'serialize' Stack: Error: Failed: TypeError: Object [object Object] has no...
Documented in related issue https://github.com/angular/protractor/issues/2592: > I'm playing with Benchpress [demo](https://github.com/angular/benchpress-tree) that works just fine for Protractor < **2.4.0** but with higher versions (I've tested with **2.4.0** & **2.5.0**) I...