North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

Capture average time to load /users/{userId} with cache #317

Closed unicornsleuth closed 3 years ago

unicornsleuth commented 3 years ago

Closes #308

This PR uses Puppeteer to load the /users/2 page and time it. It does this 40 times, taking & saving screenshots, and averages the time.

My results: Total time: 21.789999999999996 seconds Average time: 0.5447499999999998 seconds

To test:

natni commented 3 years ago

Great work!