pyperformance
pyperformance copied to clipboard
Python Performance Benchmark Suite
On PyPy, I don't think that performance currently measures correctly performance after the code has been optimized by the JIT compiler. I started a thread on the PyPy mailing list:...
**The problem** I tried to compare the performance results between different Python versions and implementations. While the comparison between CPython 3.6 and CPython 2.7 works as expected, I get an...
Hello everyone, for personal needs I'm working (on a personal fork ofc) on completely removing the use of psutil when launching pyperformance. I already did it for pyperf, and I...
For our purposes we want to run all benchmarks with both the system python (prebuilt, with prebuilt/wheel packages) versus a custom-built python (with more aggressive optimizations, same with packages). Please...
[NetworkX](https://github.com/networkx/networkx/) is a pure python library for working with graphs and we use python dictionaries as our core data structure. Python 3.11 did speed up a bunch of our functions,...
If pyperformance is installed as editable `pip install -e .` from the git repository, it doesn't work when invoked ``` $ /tmp/tmpdir/prefix/bin/python3 -u -m pyperformance ERROR: pyperformance should not be...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...