Home
last modified time | relevance | path

Searched refs:TODAY_EXCEL_PATH (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py65 TODAY_EXCEL_PATH = "" variable in Constants
883 TODAY_EXCEL_PATH = get_given_date_report_path(today) variable
886 if os.path.exists(TODAY_EXCEL_PATH):
887 os.remove(TODAY_EXCEL_PATH)
891 init_report(TODAY_EXCEL_PATH)
897 run_via_ark(paras.jspath, TODAY_EXCEL_PATH, paras.iterations)
901 append_summary_info(TODAY_EXCEL_PATH, totol_time)
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_test.py62 TODAY_EXCEL_PATH = "" variable in Constants
814 TODAY_EXCEL_PATH = get_given_date_report_path(today) variable
817 if os.path.exists(TODAY_EXCEL_PATH):
818 os.remove(TODAY_EXCEL_PATH)
822 init_report(TODAY_EXCEL_PATH)
828 run_via_ark(paras.jspath, TODAY_EXCEL_PATH)
832 append_summary_info(TODAY_EXCEL_PATH, totol_time)

Completed in 3 milliseconds