[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>
Esse commit está contido em:
Bindhiya Kanangot Balakrishnan
2026-01-15 11:20:17 -06:00
commit de GitHub
commit aa16cca39a
@@ -101,6 +101,7 @@ void TestMeasureApiExecutionTime::Run(void) {
* 3) Setup backwards compatiblity (~100 microseconds)
* 4) Put data into structures (~100 microseconds)
* 5) Pass to public structure (~100 microseconds)
* 6) Additional gpu_metric read time for Navi (~1000 microseconds)
* ---------------------------
* ~2100 worst case
*
@@ -114,7 +115,7 @@ void TestMeasureApiExecutionTime::Run(void) {
* procedures
* c) Expirement with other file reading options
**/
constexpr float kMETRICS_ELAPSED_MICROSEC_BASE = (2100);
constexpr float kMETRICS_ELAPSED_MICROSEC_BASE = (3100);
bool skip = false;
TestBase::Run();