mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_4880_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:
parent
624ee73424
commit
30e3e6974e
@ -150,7 +150,7 @@ def test_1(act: Action, capsys):
|
||||
if actual_time_ratios_commit2compile[ ftype ] < MAX_TIME_RATIOS_COMMIT_TO_COMPILE[ ftype ]:
|
||||
print( msg + 'acceptable')
|
||||
else:
|
||||
print( msg + 'UNACCEPTABLE: %12.2f -- greater than threshold = %12.2f' % (actual_time_ratios_commit2compile[ ftype ], MAX_TIME_RATIOS_COMMIT_TO_COMPILE[ ftype ]) )
|
||||
print( msg + '/* perf_issue_tag */ UNACCEPTABLE: %12.2f -- greater than threshold = %12.2f' % (actual_time_ratios_commit2compile[ ftype ], MAX_TIME_RATIOS_COMMIT_TO_COMPILE[ ftype ]) )
|
||||
print( 'Check result of %d measures:' % N_MEASURES )
|
||||
|
||||
# List with concrete values (source for median evaluation):
|
||||
|
Loading…
Reference in New Issue
Block a user