mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_6976_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
e65d222224
commit
5eff5d7a44
@ -172,7 +172,7 @@ def test_1(act_source: Action, act_broken: Action, capsys):
|
||||
if median_connect_ms <= THRESHOLD_FOR_MAKE_CONNECT_MS:
|
||||
print(msg_prefix + 'acceptable.')
|
||||
else:
|
||||
print(msg_prefix + 'POOR: %s - more than threshold: %s' % ( '{:9g}'.format(median_connect_ms), '{:9g}'.format(THRESHOLD_FOR_MAKE_CONNECT_MS) ))
|
||||
print(msg_prefix + '/* perf_issue_tag */ POOR: %s - more than threshold: %s' % ( '{:9g}'.format(median_connect_ms), '{:9g}'.format(THRESHOLD_FOR_MAKE_CONNECT_MS) ))
|
||||
print("Check values:" )
|
||||
for p in connect_establishing_ms:
|
||||
print(p)
|
||||
|
Loading…
Reference in New Issue
Block a user