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
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: