6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_6220_test.py: added 'perf_issue_tag' string to the output related to performance problem. This text will serve as 'tag' for unambiguous detection of performance problem and set appropriate mark to the test outcome.

This commit is contained in:
pavel-zotov 2023-05-13 20:29:30 +03:00
parent 7b7daa220f
commit 624ee73424

View File

@ -159,7 +159,7 @@ def test_1(act: Action, tmp_user: User, capsys):
if median_ratio < MAX_TIME_RATIO:
print(MSG_PREFIX + ' acceptable.')
else:
print(MSG_PREFIX + ' UNACCEPTABLE, greater than threshold = ', MAX_TIME_RATIO)
print(MSG_PREFIX + ' /* perf_issue_tag */ UNACCEPTABLE, greater than threshold = ', MAX_TIME_RATIO)
#print( 'Check result of %d measures:' % N_MEASURES )
#for k,v in sorted(sp_time.items()):