[apiConformance] Change default value of PERF_COUNT to false (#14859)
This commit is contained in:
parent
746937c88e
commit
093abc09d6
@ -33,7 +33,7 @@ INSTANTIATE_TEST_SUITE_P(ov_compiled_model_AutoBatch, OVCompiledModelPropertiesI
|
||||
|
||||
|
||||
const std::vector<ov::AnyMap> default_properties = {
|
||||
{ov::enable_profiling(true)},
|
||||
{ov::enable_profiling(false)},
|
||||
{ov::device::id("0")},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user