Skip to content

Commit

Permalink
[DOCS] Updating Benchmark Tool Article (openvinotoolkit#25974)
Browse files Browse the repository at this point in the history
Updating info on the use of `benchmark_app`

---------

Co-authored-by: Karol Blaszczak <[email protected]>
  • Loading branch information
2 people authored and mory91 committed Aug 13, 2024
1 parent 3ee71d5 commit 84bcc77
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ This page demonstrates how to use the Benchmark Tool to estimate deep learning i

.. note::

The Python version is recommended for benchmarking models that will be used
in Python applications, and the C++ version is recommended for benchmarking
models that will be used in C++ applications. Both tools have a similar
command interface and backend.
Use either Python or C++ version, depending on the language of your application.


Basic Usage
Expand Down Expand Up @@ -226,8 +223,12 @@ should be used purposefully. For more information, see the

.. note::

If the latency or throughput hint is set, it will automatically configure streams
and batch sizes for optimal performance based on the specified device.)
* If either the latency or throughput hint is set, it will automatically configure streams,
batch sizes, and the number of parallel infer requests for optimal performance, based on the specified device.

* Optionally, you can specify the number of parallel infer requests with the ``-nireq``
option. Setting a high value may improve throughput at the expense
of latency, while a low value may give the opposite result.

Number of iterations
++++++++++++++++++++
Expand Down

0 comments on commit 84bcc77

Please sign in to comment.