A programmable way help quickly run and produce benchmarks and create graphs
Project description
progbg
The Programmable Benchmarker and Graphing Tool
The problem:
Identifying bottlenecks and problems within a system is essential when developing larger systems. Being
able to quickly produce simple graphs helps see these bottlenecks more clearly as well as possibly see degenerative issues within a system.
progbg
is a simple framework that exposes a planning API to allow you to plan execution of
your benchmarks through the registering of workloads and backends. Data produced by these classes are parsed to produce data that can be used by graphs and figures.
progbg
utilizes matplotlib
for its graphing library.
More information and docs can be found here
Installation
progbg
can be installed through pip
$ pip install progbg
Example
Take a look at a working example plan. Try running it with the command
progbg plan.py -p 8080
and go to localhost:8080
to view the example graphs!
Viewing Graphs
Graphs are saved by default in the graphs
directory of the current working directory.
By passing the argument -p PORT
to progbg
, this will expose figures and graphs to be viewed by your browser
at http://localhost:PORT
Author
Kenneth R Hancock krhancoc <https://github.com/krhancoc>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file progbg-0.3.tar.gz
.
File metadata
- Download URL: progbg-0.3.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab17ccc8052e2614d3ade2724e4d11d3bc381ba7896917c2ccd1f73592d6aecd |
|
MD5 | 96129fbf8389df0be76a882f50fb986f |
|
BLAKE2b-256 | 2a897b4beb0c7e5e1acc6cd52c508c6c284eb85246c48b49eaa9cfaa869ee23e |
File details
Details for the file progbg-0.3-py3-none-any.whl
.
File metadata
- Download URL: progbg-0.3-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f23fe7ae92c08c350f5f0d83d64a5602b918e01aff553461bd7d64975dd22d1 |
|
MD5 | 64404817016be057824747277598a38b |
|
BLAKE2b-256 | b01ef940f4365d6273b7a5d03cdf7832f44813a93ee6819f461f747c5b1862f5 |