Skip to content

Commit

Permalink
Add stress unit tests with several processes to config (openvinotoolk…
Browse files Browse the repository at this point in the history
…it#7451)

* add multiproc stress unit tests

* Add more cases

* Shorten test cases

* Update desktop_test_config.xml
  • Loading branch information
alexander-shchepetov authored and akuporos committed Sep 29, 2021
1 parent 7c59d82 commit eeb2380
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<attributes>
<processes>
<value>1</value>
<value>2</value>
</processes>
<threads>
<value>1</value>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<attributes>
<processes>
<value>1</value>
<value>2</value>
</processes>
<threads>
<value>1</value>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<attributes>
<processes>
<value>1</value>
<value>2</value>
<value>8</value>
</processes>
<threads>
<value>1</value>
Expand All @@ -17,4 +19,4 @@
<model name="alexnet" precision="FP32" source="omz" />
<model name="mobilenet-ssd" precision="FP32" source="omz" />
</models>
</attributes>
</attributes>

0 comments on commit eeb2380

Please sign in to comment.