@@ -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