mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
ULT renaming: Context Performance tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6986d5de0b
commit
d8c347a00c
@ -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__));
|
||||
|
||||
|
Reference in New Issue
Block a user