1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 19:32:34 +01:00

docs: Update documentation about database output API and create command

This commit is contained in:
Marc Bonnici
2018-11-29 10:44:36 +00:00
committed by setrofim
parent 72046f5f0b
commit 916f7cbb17
3 changed files with 162 additions and 8 deletions

View File

@@ -26,7 +26,8 @@ CPU frequency fixed to max, and once with CPU frequency fixed to min.
Classifiers are used to indicate the configuration in the output.
First, create the :class:`RunOutput` object, which is the main interface for
interacting with WA outputs.
interacting with WA outputs. Or alternatively a :class:`RunDatabaseOutput`
if storing your results in a postgres database.
.. code-block:: python