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
Fix the framework order for each continuous benchmarking run (#10109)
The environment variable values used by system services are
not persistent, so any changes to them are lost after services
finish execution. As a result, the framework order was not
toggled properly after each continuous benchmarking run
completed. Instead, use a regular file to keep track of the
order.
Signed-off-by: Anton Kirilov <[email protected]>
0 commit comments