We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyxform v2.0.3 at 1599d1f, Python 3.10, 3.11, 3.12
Changes in #706 seem to have resulted in rather slower test runs than before.
It's not clear whether this is due to slower execution of source or tests (or both).
Pre 706, actions, Post 706 actions runs were roughly:
Also in the performance test in test_translations.py, test times increased since last run in this commit (Jan 2022):
Possible reasons (scope of #706):
%
The performance test stats have additional factors that could explain the larger diffs:
Run the test suite, note longer execution time as described above.
Little to no performance change (or improvement??).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Software and hardware versions
pyxform v2.0.3 at 1599d1f, Python 3.10, 3.11, 3.12
Problem description
Changes in #706 seem to have resulted in rather slower test runs than before.
It's not clear whether this is due to slower execution of source or tests (or both).
Pre 706, actions, Post 706 actions runs were roughly:
Also in the performance test in test_translations.py, test times increased since last run in this commit (Jan 2022):
Possible reasons (scope of #706):
%
string formats to f-strings, or other format diffsThe performance test stats have additional factors that could explain the larger diffs:
Steps to reproduce the problem
Run the test suite, note longer execution time as described above.
Expected behavior
Little to no performance change (or improvement??).
The text was updated successfully, but these errors were encountered: