Home
last modified time | relevance | path

Searched refs:DETERIORATION_BOUNDARY_VALUE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/ffiworkloadtest/
H A Dget_ffi_workload_report.py32 DETERIORATION_BOUNDARY_VALUE = 0.05 variable in Constants
148 if tmp >= (1.0 + Constants.DETERIORATION_BOUNDARY_VALUE):
228 local_summary_data_dict["degraded percentage upper limit"] = Constants.DETERIORATION_BOUNDARY_VALUE
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py67 DETERIORATION_BOUNDARY_VALUE = 0.05 variable in Constants
114 is_degraded_str = str(True) if abs(float(exec_time)) >= DETERIORATION_BOUNDARY_VALUE else str(False)
116 is_degraded_tmp = float(exec_time) / float(yesterday_excute_time) >= (1 + DETERIORATION_BOUNDARY_VALUE)
414 degraded_upper_limit = DETERIORATION_BOUNDARY_VALUE
864 DETERIORATION_BOUNDARY_VALUE = paras.deterioration_boundary_value variable
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_test.py64 DETERIORATION_BOUNDARY_VALUE = 0.05 variable in Constants
104 is_degraded_str = str(True) if abs(float(exec_time)) >= DETERIORATION_BOUNDARY_VALUE else str(False)
106 is_degraded_tmp = float(exec_time) / float(yesterday_excute_time) >= (1 + DETERIORATION_BOUNDARY_VALUE)
438 degraded_upper_limit = DETERIORATION_BOUNDARY_VALUE
798 DETERIORATION_BOUNDARY_VALUE = paras.deterioration_boundary_value variable

Completed in 4 milliseconds