Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AS a QA engineer, I'd like to run performance tests against different versions of WPR #47

Open
Mai-Saad opened this issue Feb 12, 2024 · 0 comments

Comments

@Mai-Saad
Copy link
Contributor

Mai-Saad commented Feb 12, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant