Skip to content

Commit d8c347a

Browse files
ULT renaming: Context Performance tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <[email protected]>
1 parent 6986d5d commit d8c347a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opencl/test/unit_test/perf_tests/api/context_tests.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const double ratioThreshold = 0.005;
2727
// clCreateContext
2828
//------------------------------------------------------------------------------
2929

30-
TEST_F(ContextTest, clCreateContext) {
30+
TEST_F(ContextTest, WhenCreatingContextThenTimeIsLowerThanReference) {
3131

3232
double previousRatio = -1.0;
3333
uint64_t hash = getHash(__FUNCTION__, strlen(__FUNCTION__));
@@ -56,7 +56,7 @@ TEST_F(ContextTest, clCreateContext) {
5656
updateTestRatio(hash, ratio);
5757
}
5858

59-
TEST_F(ContextTest, clReleaseContext) {
59+
TEST_F(ContextTest, WhenReleasingContextThenTimeIsLowerThanReference) {
6060

6161
double previousRatio = -1.0;
6262
uint64_t hash = getHash(__FUNCTION__, strlen(__FUNCTION__));
@@ -88,7 +88,7 @@ TEST_F(ContextTest, clReleaseContext) {
8888
updateTestRatio(hash, ratio);
8989
}
9090

91-
TEST_F(ContextTest, clRetainContext) {
91+
TEST_F(ContextTest, WhenRetainingContextThenTimeIsLowerThanReference) {
9292
double previousRatio = -1.0;
9393
uint64_t hash = getHash(__FUNCTION__, strlen(__FUNCTION__));
9494

0 commit comments

Comments
 (0)