{"library":"pyperformance","title":"pyperformance - Python Benchmark Suite","description":"The official Python benchmark suite for CPython. Provides a collection of benchmarks used to measure and compare performance of Python versions and implementations. Current version is 1.14.0, with regular releases as CPython evolves. Requires Python >=3.10.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyperformance"],"cli":{"name":"pyperformance","version":"pyperformance 1.14.0"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import subprocess\nimport sys\n\n# Run all benchmarks once\nsubprocess.run([sys.executable, '-m', 'pyperformance', 'run'], check=True)\n\n# Run a specific benchmark\nsubprocess.run([sys.executable, '-m', 'pyperformance', 'run', '--bench', 'crypto_pyaes'], check=True)","lang":"python","description":"Run pyperformance benchmarks from Python code using subprocess. For CLI usage, run `python -m pyperformance run` directly.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}