Skip to content

issues Search Results · repo:psf/pyperf language:Python

Filter by

91 results
 (74 ms)

91 results

inpsf/pyperf (press backspace or delete to remove)

Creating a new issue to track a PR I m working on to fix the issue in the title. Related issue from May 2021: #97 I was attempting to track the memory usage of command benchmarks on Windows, but got the ...
  • HunterAP23
  • 3
  • Opened 
    on Apr 23
  • #216

It would be useful to profile benchmarks run via pyperformance using perf record to help focus runtime optimizations efforts. This is currently possible, but requires post processing to filter out data ...
  • mpage
  • Opened 
    on Jan 27
  • #213

Following https://discuss.python.org/t/request-python-organisation-on-pypi/26545, we now have two organisations on PyPI: https://pypi.org/org/cpython/ and https://pypi.org/org/python/ We can add the pyperf ...
  • hugovk
  • 5
  • Opened 
    on Dec 21, 2024
  • #211

https://github.com/psf/pyperf/blob/bf02a8b7cc45a47897359681c844b4c507afc552/pyperf/_cli.py#L290 The docs link to https://en.wikipedia.org/wiki/Standard_error which claim it s: standard deviation / square-root(n). ...
  • fzakaria
  • 5
  • Opened 
    on Sep 15, 2024
  • #203

The units in the output when track-memory is enabled say kB and MB. However, as far as I can tell, the correct units are KiB and MiB? It s a minor issue, and might not be worth changing due to the hassle ...
  • yngvem
  • 2
  • Opened 
    on Aug 8, 2024
  • #198

When using the bench_command method, which fires off a subprocess to run an entire benchmark, pystats are not collected from the subprocess. We should be able to turn it on in the subprocess if the pystats ...
  • mdboom
  • Opened 
    on Jul 26, 2024
  • #196

I was reading the documentation for the Runner class and noticed that there is an optional kwarg for the number of warmup values. I would have liked to use this feature, but alas it seems that it is no ...
  • PiispaH
  • 1
  • Opened 
    on Jul 16, 2024
  • #195

It seems that when you run PYTHON_GIL=1 python benchmark.py the benchmarked functions are being run with the GIL disabled and ignoring the flag. details summary Benchmark Code /summary p import pyperf ...
  • tonybaloney
  • 8
  • Opened 
    on May 10, 2024
  • #187

It would be useful to have the information from the CONFIG_ARGS variable in the metadata for a benchmark file. The use case is: determining whether two benchmarks were built from the same Python commit ...
  • JeffersGlass
  • 3
  • Opened 
    on Apr 18, 2024
  • #179

See: https://github.com/python/cpython/issues/116024
  • corona10
  • 1
  • Opened 
    on Mar 5, 2024
  • #174
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub