Benchmark angular application

452 Views Asked by At

I'm tring to benchmark my AngularJS app. My goal is to mesure some load times to avoid regressions.

To do this, I tried phantomas, with the add of new metrics (for exemple with an event at the begin and end of the d3 graph render or a table render wih angular). The problem is the use of Phantom.js, whom does't render well Angular js apps. A simple screenshot with Phantom js shows us the poor rendering quality. The ultimate use of phantomas would be grunt-phantomas, that monitor these metrics in beautiful graphics.

Have you got an idea to achieve this benchmark. I thought about protractor but it hasn't been designed to benchmark any load time.

0

There are 0 best solutions below