{ "info": { "author": "Axel Haustant", "author_email": "noirbizarre+minibench@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Testing", "Topic :: System :: Benchmark" ], "description": "=========\nMiniBench\n=========\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nMiniBench provides a simple framework for benchmarking following the ``unittest`` module pattern.\n\nCompatibility\n=============\n\nminibench requires Python 2.7+.\n\n\nInstallation\n============\n\nYou can install minibench with pip:\n\n::\n\n $ pip install minibench\n\nor with easy_install:\n\n::\n\n $ easy_install minibench\n\n\nQuick start\n===========\n\nWrite your benchmarks as you would write you unittests.\nJust create a ``.bench.py`` file.\n\n::\n\n # fake.bench.py\n from minibench import Benchmark\n\n class FakeBenchmark(Benchmark):\n '''Fake benchmark'''\n def bench_fake(self):\n '''Run my bench'''\n # Do something\n\nThen run it with the ``bench`` command\n\n::\n\n $ bench\n >>> Fake benchmark (x5)\n Run my bench ......................................... \u2714 (0.1234s)\n\n\nDocumentation\n=============\n\nThe documentation is hosted `on Read the Docs `_\n\nChangelog\n=========\n\n0.1.2 (2015-11-21)\n------------------\n\n- Improve diff from reference and added ``-u/--unit`` option\n- Properly handle precision and added ``-p/--precision`` option\n\n\n0.1.1\n-----\n\n- Fix Python 3 Wheel packaging\n\n\n0.1.0\n-----\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/noirbizarre/minibench", "keywords": "benchmark test development reporting performance", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "minibench", "package_url": "https://pypi.org/project/minibench/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/minibench/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/noirbizarre/minibench" }, "release_url": "https://pypi.org/project/minibench/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A really simple benchmark tool", "version": "0.1.2" }, "last_serial": 1827243, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fa9c3a7ef1431da38535c3d5259d66fe", "sha256": "ceae8ef1dc71c2d509b505c94678e7f241b409bdb189b0f8e622dce2f2591d04" }, "downloads": -1, "filename": "minibench-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fa9c3a7ef1431da38535c3d5259d66fe", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 34434, "upload_time": "2015-11-19T08:53:29", "url": "https://files.pythonhosted.org/packages/de/e2/1ede4882ed20cacf28a13116de3afb5484397beed377262ec5c743d9b595/minibench-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "14382c8a94d5c48d41160a487fc74a8d", "sha256": "23d37364c044bcaae2a60117f9119c6fa0b09af7c922727dee4820c023bd1075" }, "downloads": -1, "filename": "minibench-0.1.0.tar.gz", "has_sig": false, "md5_digest": "14382c8a94d5c48d41160a487fc74a8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13760, "upload_time": "2015-11-19T08:53:24", "url": "https://files.pythonhosted.org/packages/57/79/f070d9a716ec4acdfb0fbae4ac0ca5bd1ebe1a441d3f26fd0e11252fba2c/minibench-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4c65ef2e7f93227438d198f17f6b1568", "sha256": "bab3ba6d7104d794c435cde411424a35e5a285312ac1ae33d63d5a8f978abb5d" }, "downloads": -1, "filename": "minibench-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4c65ef2e7f93227438d198f17f6b1568", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13786, "upload_time": "2015-11-19T09:08:33", "url": "https://files.pythonhosted.org/packages/cc/c4/3f92b42112f72aca65402d1f9d64cd0c4062ce6e3e86a00b449eb81fadf5/minibench-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "767c777e254f3114b1f10a74318035a8", "sha256": "bce82ab4c3d491a7e14b3ba8df4d32206a8f15d478760d371a59fc7a58a33a76" }, "downloads": -1, "filename": "minibench-0.1.2.tar.gz", "has_sig": false, "md5_digest": "767c777e254f3114b1f10a74318035a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14347, "upload_time": "2015-11-21T11:50:29", "url": "https://files.pythonhosted.org/packages/50/8a/5fa7df50ba18e589b4380d7d8122c3378b2d8f5972240bfc6e8ac61eaeb3/minibench-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "767c777e254f3114b1f10a74318035a8", "sha256": "bce82ab4c3d491a7e14b3ba8df4d32206a8f15d478760d371a59fc7a58a33a76" }, "downloads": -1, "filename": "minibench-0.1.2.tar.gz", "has_sig": false, "md5_digest": "767c777e254f3114b1f10a74318035a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14347, "upload_time": "2015-11-21T11:50:29", "url": "https://files.pythonhosted.org/packages/50/8a/5fa7df50ba18e589b4380d7d8122c3378b2d8f5972240bfc6e8ac61eaeb3/minibench-0.1.2.tar.gz" } ] }