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
Context
Some changes in WPR code may impact the performance of the website. Will be great to have some recorded scenarios that will be run with specific WPR and save results in a file and calculate the average consumed time.
So we can do it as follow:
1- using recording extension, record all the needed steps/scenario or reuse existing scenarios if it fits
2- Run these steps/scenarios n times on WPR v.x
3- With each run, save rocket_init time/call in a file
4- After finishing loop, calculate the average consumed time and add this to the file
5- Repeat all steps with other WPR version
6- log in report or terminal, which version has smallest average time
Expected beavhior
n is control variable
later we can do the same but with PSI results to see if options enhanced PSI or not
The text was updated successfully, but these errors were encountered:
Context
Some changes in WPR code may impact the performance of the website. Will be great to have some recorded scenarios that will be run with specific WPR and save results in a file and calculate the average consumed time.
So we can do it as follow:
1- using recording extension, record all the needed steps/scenario or reuse existing scenarios if it fits
2- Run these steps/scenarios n times on WPR v.x
3- With each run, save rocket_init time/call in a file
4- After finishing loop, calculate the average consumed time and add this to the file
5- Repeat all steps with other WPR version
6- log in report or terminal, which version has smallest average time
Expected beavhior
The text was updated successfully, but these errors were encountered: