-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add parameter to execute inference requests at a fixed frequency #26820
Add parameter to execute inference requests at a fixed frequency #26820
Conversation
c962946
to
e22a77d
Compare
@@ -65,6 +65,11 @@ static const char cache_dir_message[] = "Optional. Enables caching of loaded mod | |||
static const char load_from_file_message[] = "Optional. Loads model from file directly without read_model." | |||
" All CNNNetwork options (like re-shape) will be ignored"; | |||
|
|||
/// @brief message for run frequency | |||
static const char run_frequency_message[] = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in serving it's typically named "requests rate"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name changed. Please check if the new naming matches the OV style
samples/cpp/benchmark_app/main.cpp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nkogteva, what were your reasons against limiting infer requests rate introduction?
build_jenkins |
1762638
to
551caa3
Compare
fa49ebc
to
91982ac
Compare
Signed-off-by: Maciej Falkowski <[email protected]> Signed-off-by: Ooi, Boon Sin <[email protected]>
7040c62
to
5f5b6d2
Compare
docs/articles_en/learn-openvino/openvino-samples/benchmark-tool.rst
Outdated
Show resolved
Hide resolved
docs/articles_en/learn-openvino/openvino-samples/benchmark-tool.rst
Outdated
Show resolved
Hide resolved
5f5b6d2
to
a751a2f
Compare
Signed-off-by: Ooi, Boon Sin <[email protected]>
a751a2f
to
6997144
Compare
build_jenkins |
Head branch was pushed to by a user without write access
build_jenkins |
Signed-off-by: Ooi, Boon Sin <[email protected]>
3d2060b
to
500f6a1
Compare
build_jenkins |
…nvinotoolkit#26820) ### Details: - Add parameter to execute inference requests at a fixed frequency ### Tickets: - *ticket-id* --------- Signed-off-by: Maciej Falkowski <[email protected]> Signed-off-by: Ooi, Boon Sin <[email protected]> Co-authored-by: Maciej Falkowski <[email protected]>
Details:
Tickets: