[SWDEV-549108] Increase gpu_metrics API execution test threshold (#2617)
Increased threshold from 2100 μs to 3100 µs to accommodate gpu_metric read time variation across Navi systems. Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
这个提交包含在:
@@ -101,6 +101,7 @@ void TestMeasureApiExecutionTime::Run(void) {
|
|||||||
* 3) Setup backwards compatiblity (~100 microseconds)
|
* 3) Setup backwards compatiblity (~100 microseconds)
|
||||||
* 4) Put data into structures (~100 microseconds)
|
* 4) Put data into structures (~100 microseconds)
|
||||||
* 5) Pass to public structure (~100 microseconds)
|
* 5) Pass to public structure (~100 microseconds)
|
||||||
|
* 6) Additional gpu_metric read time for Navi (~1000 microseconds)
|
||||||
* ---------------------------
|
* ---------------------------
|
||||||
* ~2100 worst case
|
* ~2100 worst case
|
||||||
*
|
*
|
||||||
@@ -114,7 +115,7 @@ void TestMeasureApiExecutionTime::Run(void) {
|
|||||||
* procedures
|
* procedures
|
||||||
* c) Expirement with other file reading options
|
* c) Expirement with other file reading options
|
||||||
**/
|
**/
|
||||||
constexpr float kMETRICS_ELAPSED_MICROSEC_BASE = (2100);
|
constexpr float kMETRICS_ELAPSED_MICROSEC_BASE = (3100);
|
||||||
bool skip = false;
|
bool skip = false;
|
||||||
|
|
||||||
TestBase::Run();
|
TestBase::Run();
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户