{ "info": { "author": "Joannah Nanjekye", "author_email": "jnanjeky@unb.ca", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers" ], "description": "# python-gc-benchmark\n\nThis is a Python Benchmark suite that focuses on Memory Usage. The scenarios have been chosen for memory intensive programs Intended for anyone that wants to analyse memory Usage of different Python versions. \n\nThe suite supports Python 2, Python 3, Pypy 2 and Pypy 3.\n\n## Implementation Criteria\n\nThe benchmarks feature programs with large demands for memory and are mostly array intensive programs like scientific computing problems, some games and other general programs that are container intensive.\n\nThe main metric considered is the Resident Set Size(RSS) which is the allocated memory for a program. This is chosen because;\n\n+ It is machine-independent. Though programs will use more memory on 64-bit machines than 32-bit machines.\n+ Stretches the memory manager as it puts a lot of pressure on it.\n\n## Limitations\n\nThe metrics on Resident Set Size seem to over report for multi-threaded programs. In the event that two threads share memory, the reported RSS comprises individual memory usage of this memory for each thread. \n\nTherefore this metric is unsuitable for Multiprocessing and multi-threaded programs.\n\n## Future work\n\n+ Add other useful commands.\n+ Add more Scientific benchmarks.\n\n## Run the benchmarks from source\n\n git clone http://gitlab.casa.cs.unb.ca/jnanjeky/python_gc_benchmark\n cd python-gc-benchmark\n python setup.py install\n\n python-gc-benchmark -o \n\n # or:\n\n python-gc-benchmark -o all\n\n## Download from PyPI\n\n pip install python-gc-benchmark\n python-gc-benchmark -o \n\n # or:\n\n python-gc-benchmark -o all\n\n## References\n\nhttps://github.com/nuprl/retic_performance\nhttps://github.com/python/pyperformance\nhttp://www.marinamele.com/7-tips-to-time-python-scripts-and-control-memory-and-cpu-usage", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "python-gc-benchmark", "package_url": "https://pypi.org/project/python-gc-benchmark/", "platform": "", "project_url": "https://pypi.org/project/python-gc-benchmark/", "project_urls": null, "release_url": "https://pypi.org/project/python-gc-benchmark/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Python GC benchmark suite", "version": "0.1.1" }, "last_serial": 5501398, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a09c551e5282154cb345c2c2f1e32fe7", "sha256": "d99befea6b9497ec6179c028214600ab3e54b2076d836ce01f391bc3c39a8e58" }, "downloads": -1, "filename": "python_gc_benchmark-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a09c551e5282154cb345c2c2f1e32fe7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89346, "upload_time": "2019-07-08T13:56:57", "url": "https://files.pythonhosted.org/packages/6d/e4/d04e4025ac67b84fecf0455efb01a602e0a4a59af9730a813d8244048fc6/python_gc_benchmark-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "76300ab98ca8a981984fd59585700be1", "sha256": "eaec78e8382bcefdb0b8b6ee63437659c307573e94239a7fc99e1181ad90ac77" }, "downloads": -1, "filename": "python_gc_benchmark-0.1.1.tar.gz", "has_sig": false, "md5_digest": "76300ab98ca8a981984fd59585700be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90314, "upload_time": "2019-07-08T14:32:51", "url": "https://files.pythonhosted.org/packages/10/db/ea97edec5fd91216a0c698f1f79899e3bf2334ad6e105f6883f9436b7a6d/python_gc_benchmark-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76300ab98ca8a981984fd59585700be1", "sha256": "eaec78e8382bcefdb0b8b6ee63437659c307573e94239a7fc99e1181ad90ac77" }, "downloads": -1, "filename": "python_gc_benchmark-0.1.1.tar.gz", "has_sig": false, "md5_digest": "76300ab98ca8a981984fd59585700be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90314, "upload_time": "2019-07-08T14:32:51", "url": "https://files.pythonhosted.org/packages/10/db/ea97edec5fd91216a0c698f1f79899e3bf2334ad6e105f6883f9436b7a6d/python_gc_benchmark-0.1.1.tar.gz" } ] }