Remove time measurement on deferred host build tests
authorSÅ‚awomir Cygan <slawomir.cygan@intel.com>
Mon, 10 Jan 2022 15:16:38 +0000 (16:16 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 14 Jan 2022 22:28:20 +0000 (22:28 +0000)
commit65ceb48505a2f5b87ff86fe9fbda5b37da2afc5b
tree8fcffdaf558f9fb62c52fb8229621652ec6c1ee8
parent3929555378199d90f1c95f1d1d9fefa71d577198
Remove time measurement on deferred host build tests

The time measurement is wrongly implemented in this test
- it measures also thread creation, allocations and VK setup time, additionally
to AS build.  It is not easily fixable.

Moreover, the spec says that offloading the work to background threads
is 'desirable', however it never says it is faster.

VK-GL-CTS Issue: 3435

Components: vulkan

Affects:
dEQP-VK.ray_tracing_pipeline.acceleration_structures.*
dEQP-VK.ray_query.acceleration_structures.*

Change-Id: I41d836e2e454b9fb9bb46109edddd4eda19370e9
external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBuildLargeTests.cpp
external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingBuildTests.cpp