ULT renaming: Context Performance tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2020-12-21 12:23:18 +01:00
committed by Compute-Runtime-Automation
parent 6986d5de0b
commit d8c347a00c

View File

@ -27,7 +27,7 @@ const double ratioThreshold = 0.005;
// clCreateContext
//------------------------------------------------------------------------------
TEST_F(ContextTest, clCreateContext) {
TEST_F(ContextTest, WhenCreatingContextThenTimeIsLowerThanReference) {
double previousRatio = -1.0;
uint64_t hash = getHash(__FUNCTION__, strlen(__FUNCTION__));
@ -56,7 +56,7 @@ TEST_F(ContextTest, clCreateContext) {
updateTestRatio(hash, ratio);
}
TEST_F(ContextTest, clReleaseContext) {
TEST_F(ContextTest, WhenReleasingContextThenTimeIsLowerThanReference) {
double previousRatio = -1.0;
uint64_t hash = getHash(__FUNCTION__, strlen(__FUNCTION__));
@ -88,7 +88,7 @@ TEST_F(ContextTest, clReleaseContext) {
updateTestRatio(hash, ratio);
}
TEST_F(ContextTest, clRetainContext) {
TEST_F(ContextTest, WhenRetainingContextThenTimeIsLowerThanReference) {
double previousRatio = -1.0;
uint64_t hash = getHash(__FUNCTION__, strlen(__FUNCTION__));