Details
-
Task
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
The BM tool currently offers the following scripts for accessing the database:
Script | Purpose |
---|---|
uploadresults.py | Uploads a new set of results for a given host/platform/branch/SHA-1 context. |
finalizeresults.py | Performs actions required when all results for a given SHA-1 are uploaded for a given host/platform/branch combination. Computing rankings is currently the only action performed. |
getstats.py | Mainly retrieves various statistics from the database. |
From a maintenance perspective it would make sense to rename getstats.py to bmclient.py and merge the other two scripts into this one.