Improve Device scenario runner.py code by moving shared calls into separate helpers/functions
Open
enhancement
- Dominant language
- F#
- Stars
- 773
- Forks
- 301
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 15
Description
Improve Device scenario runner.py code by moving shared calls into separate helpers/functions. Currently, the device testing code, especially android, has multiple chunks that are prime for breaking out to make the python more straightforward. This should be done to make the code more readable and more maintainable.
Specifically requested here: https://github.com/dotnet/performance/pull/4776#discussion_r2002679904.
May also instead make sense to port the code over to C# and make the device testing use the tools properly: https://github.com/dotnet/performance/pull/2877#discussion_r1096200877.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.