[apiConformance] Change default value of PERF_COUNT to false (#14859)

This commit is contained in:
Sofya Balandina 2023-01-10 13:37:43 +00:00 committed by GitHub
parent 746937c88e
commit 093abc09d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")},
};