mirror of
https://github.com/vinta/awesome-python.git
synced 2024-12-18 08:10:15 +00:00
Add Benchmarking section
This commit is contained in:
parent
3d9af26937
commit
c1a3114b7f
12
README.md
12
README.md
|
@ -11,6 +11,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Asynchronous Programming](#asynchronous-programming)
|
- [Asynchronous Programming](#asynchronous-programming)
|
||||||
- [Audio](#audio)
|
- [Audio](#audio)
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
|
- [Benchmarking](#benchmarking)
|
||||||
- [Build Tools](#build-tools)
|
- [Build Tools](#build-tools)
|
||||||
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
|
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
|
||||||
- [Caching](#caching)
|
- [Caching](#caching)
|
||||||
|
@ -177,6 +178,17 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
|
* [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
|
||||||
* [python-jose](https://github.com/mpdavis/python-jose/) - A JOSE implementation in Python.
|
* [python-jose](https://github.com/mpdavis/python-jose/) - A JOSE implementation in Python.
|
||||||
|
|
||||||
|
## Benchmarking
|
||||||
|
|
||||||
|
*Libraries for benchmarking source code.*
|
||||||
|
|
||||||
|
* Benchmark Harnesses
|
||||||
|
* [asv](https://github.com/airspeed-velocity/asv) - Airspeed Velocity: A simple Python benchmarking tool with web-based reporting.
|
||||||
|
* [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark) - py.test fixture for benchmarking code.
|
||||||
|
* [timeit](https://docs.python.org/3/library/timeit.html) - (Python standard library) Provides a simple way to time small bits of Python code.
|
||||||
|
* Continuous Benchmarking
|
||||||
|
* [bencher](https://github.com/bencherdev/bencher) - [Bencher](https://bencher.dev) is a suite of continuous benchmarking tools designed to catch performance regressions in CI.
|
||||||
|
|
||||||
## Build Tools
|
## Build Tools
|
||||||
|
|
||||||
*Compile software from source code.*
|
*Compile software from source code.*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user