You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(button-harness): add performance tests for buttons using the protractor harness env
* The main thing we are looking at here is not the button's performance. Instead we are looking at
the performance overhead of using the protractor and testbed harness env.
* We are running tests with & without the ProtractorHarnessEnvironment and with & without the
TestbedHarnessEnvironment.
* We are benchmarking 5 operations with a varying number of buttons:
1. Get the first button
2. Click the first button
3. Click the middle button
4. Click the last button
5. Click every button
0 commit comments