Add further explanation to benchmarking

Adds a note, explaing the percentages shown in the output
of the benchmark

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
Dylan Whyte 2020-08-24 10:18:01 +02:00 committed by Dietmar Maurer
parent 36ea5df444
commit 503dd339a8
1 changed files with 4 additions and 0 deletions

View File

@ -1211,6 +1211,10 @@ benchmark using the ``benchmark`` subcommand of ``proxmox-backup-client``:
│ AES256 GCM encryption speed │ 3974.03 MB/s (104%) │ │ AES256 GCM encryption speed │ 3974.03 MB/s (104%) │
└───────────────────────────────────┴─────────────────────┘ └───────────────────────────────────┴─────────────────────┘
.. note::
The percentages given in the output table correspond to a comparison against a
Ryzen 7 2700X.
You can also pass the ``--output-format`` parameter to output stats in ``json``, You can also pass the ``--output-format`` parameter to output stats in ``json``,
rather than the default table format. rather than the default table format.