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

Randomize execution order to prevent side effects (from other runs or Github CI itself) affecting too much results #444

Open
Elanis opened this issue Apr 27, 2023 · 0 comments

Comments

@Elanis
Copy link
Owner

Elanis commented Apr 27, 2023

We should create a list of 15 runs of each framework and profile (Release/Debug), shuffle this list and run in this order.
E.g, possible run order:

  • electron release
  • tauri debug
  • nw.js release
  • electron debug
  • wails debug
  • tauri debug
  • electron release
  • nw.js debug
  • and so on

This will prevent results being affected by memory being re-used, webview being re-used, or CI environment affecting results in a good/bad way for only one framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant