Skip to content
New issue

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

Use pytest-profiling and describe performance tests #49

Open
khaeru opened this issue Jan 26, 2021 · 0 comments
Open

Use pytest-profiling and describe performance tests #49

khaeru opened this issue Jan 26, 2021 · 0 comments
Labels
enh Enhancements & new features help welcome Issues that depend on contributions from new developers wishlist No current plan or schedule to implement

Comments

@khaeru
Copy link
Owner

khaeru commented Jan 26, 2021

(Copied from the former doc/roadmap.rst.)

Parsing some messages can be “slow”.

  • Install pytest-profiling and run, for instance:

    $ py.test --profile --profile-svg -k xml_structure_insee
    $ python3 -m pstats prof/combined.prof
    % sort cumulative
    % stats

  • Identify performance bottlenecks.
  • Describe desired (memory or time) performance or performance improvements.
@khaeru khaeru added enh Enhancements & new features help welcome Issues that depend on contributions from new developers wishlist No current plan or schedule to implement labels Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh Enhancements & new features help welcome Issues that depend on contributions from new developers wishlist No current plan or schedule to implement
Projects
None yet
Development

No branches or pull requests

1 participant