jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

Switch performance testing to use local files #60

Open arschmitz opened 9 years ago

arschmitz commented 9 years ago

To avoid network overhead skewing test results we should look at using local files rather then cdn links.

sfrisk commented 9 years ago

This was discussed in today's meeting. Along with local files to prevent network from skewing tests, it was also suggested that we look at appending as well as scrolling for performance testing as a meaningful way to measure the rendering performance of a particular component's markup and css.

Specifically 3 different types of tests: Appending, Scrolling, Appending + scrolling.

Naturally, some of the priorities of performance testing shall change when we start using it for CI on Chassis.