Pyperformance

Latest version: v1.11.0

Safety actively analyzes 619456 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.11.0

What's Changed
* Fix typos in benchmark.conf.sample by WolframAlph in https://github.com/python/pyperformance/pull/324
* [doc] Fix docs typo by nicoloboschi in https://github.com/python/pyperformance/pull/325
* Move jobs to correct location in benchmark.conf.sample by Fidget-Spinner in https://github.com/python/pyperformance/pull/326
* Add a feature for using the same number of loops as a previous run by mdboom in https://github.com/python/pyperformance/pull/327
* Fix the django_template benchmark by mdboom in https://github.com/python/pyperformance/pull/329
* Upgrade to pyperf 2.6.3 by corona10 in https://github.com/python/pyperformance/pull/330

New Contributors
* WolframAlph made their first contribution in https://github.com/python/pyperformance/pull/324
* nicoloboschi made their first contribution in https://github.com/python/pyperformance/pull/325

**Full Changelog**: https://github.com/python/pyperformance/compare/1.10.0...1.11.0

1.10.0

What's Changed
* Set a dependabot schedule interval by hugovk in https://github.com/python/pyperformance/pull/298
* Bump pyperf from 2.6.0 to 2.6.1 in /pyperformance/requirements by dependabot in https://github.com/python/pyperformance/pull/304
* minor fixes for asyncio_websockets benchmark by kumaraditya303 in https://github.com/python/pyperformance/pull/311
* Expose --min-time from pyperf to pyperformance CLI by diegorusso in https://github.com/python/pyperformance/pull/301
* Fixed broken link in benchmarks.rst by Fazel94 in https://github.com/python/pyperformance/pull/313
* Bump coverage to 7.3.2 for compatibility with Python 3.13 by hugovk in https://github.com/python/pyperformance/pull/317
* Add experimental CI for CPython 3.13 by corona10 in https://github.com/python/pyperformance/pull/320

New Contributors
* diegorusso made their first contribution in https://github.com/python/pyperformance/pull/301
* Fazel94 made their first contribution in https://github.com/python/pyperformance/pull/313

**Full Changelog**: https://github.com/python/pyperformance/compare/1.0.9...1.10.0

1.0.9

What's Changed
* gh-294: Vendor lib2to3 by corona10 in https://github.com/python/pyperformance/pull/302
* gh-287: Add TaskGroups variants to async_tree benchmarks by itamaro in https://github.com/python/pyperformance/pull/293
* Publish to PyPI using a trusted publisher by hugovk in https://github.com/python/pyperformance/pull/300


**Full Changelog**: https://github.com/python/pyperformance/compare/1.0.8...1.0.9

1.0.8

What's Changed
* add version of Richards that uses super() by carljm in https://github.com/python/pyperformance/pull/271
* On older versions of Python, skip benchmarks that use features introduced in newer Python versions by AlexWaygood in https://github.com/python/pyperformance/pull/283
* Add a benchmark for runtime-checkable protocols by AlexWaygood in https://github.com/python/pyperformance/pull/280
* Don't run the daily test on contributors' GitHub forks by AlexWaygood in https://github.com/python/pyperformance/pull/285
* Use `tomllib/tomli` over `toml` by AlexWaygood in https://github.com/python/pyperformance/pull/284
* support --inherit-environ when reusing a venv by carljm in https://github.com/python/pyperformance/pull/288
* Fix undefined variable by chzhyang in https://github.com/python/pyperformance/pull/270
* Include cert files for asyncio_tcp_ssl benchmark by mdboom in https://github.com/python/pyperformance/pull/289
* Extend async tree benchmarks to cover eager task execution by itamaro in https://github.com/python/pyperformance/pull/279
* Don't specify setuptools as a dependency by mdboom in https://github.com/python/pyperformance/pull/290
* Add mypy config; run mypy in CI by AlexWaygood in https://github.com/python/pyperformance/pull/286
* gh-294: Fix typo of str.partition from _pyproject_toml.py by corona10 in https://github.com/python/pyperformance/pull/295
* Only run dependabot on the "main" requirements.txt by mdboom in https://github.com/python/pyperformance/pull/296
* Bump tornado from 6.1 to 6.3.2 in /pyperformance/data-files/benchmarks/bm_tornado_http by dependabot in https://github.com/python/pyperformance/pull/297
* Revert "Bump tornado from 6.1 to 6.3.2 in /pyperformance/data-files/benchmarks/bm_tornado_http" by hugovk in https://github.com/python/pyperformance/pull/299

New Contributors
* chzhyang made their first contribution in https://github.com/python/pyperformance/pull/270

**Full Changelog**: https://github.com/python/pyperformance/compare/1.0.7...1.0.8

1.0.7

What's Changed
* Add a Dask benchmark by mdboom in https://github.com/python/pyperformance/pull/246
* Fix the django_template benchmark on cpython main by mdboom in https://github.com/python/pyperformance/pull/248
* Add the gc benchmarks to the MANIFEST file by pablogsal in https://github.com/python/pyperformance/pull/252
* no-issue: Migrate to the pyproject.toml by corona10 in https://github.com/python/pyperformance/pull/249
* .github: Add Automated release process by corona10 in https://github.com/python/pyperformance/pull/251
* Add `asyncio_tcp` benchmark by kumaraditya303 in https://github.com/python/pyperformance/pull/254
* Clean unused imports and other small code details by pablogsal in https://github.com/python/pyperformance/pull/257
* add `asyncio_tcp_ssl` benchmark by kumaraditya303 in https://github.com/python/pyperformance/pull/255
* add comprehensions benchmark by carljm in https://github.com/python/pyperformance/pull/265
* Allow contributors to manually run tests on their GitHub forks by AlexWaygood in https://github.com/python/pyperformance/pull/269
* Add tomli_loads benchmark by kumaraditya303 in https://github.com/python/pyperformance/pull/200
* gh-263: Run Python 3.12 task as the experimental task by corona10 in https://github.com/python/pyperformance/pull/274
* gh-263: Remove detection bit for a while by corona10 in https://github.com/python/pyperformance/pull/276
* Bump GitHub Actions by hugovk in https://github.com/python/pyperformance/pull/273
* Upgrade to pyperf 2.6.0 by itamaro in https://github.com/python/pyperformance/pull/272

New Contributors
* AlexWaygood made their first contribution in https://github.com/python/pyperformance/pull/269

**Full Changelog**: https://github.com/python/pyperformance/compare/1.0.6...1.0.7

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.