Vedro plugin for measuring resource usage of tests
Project description
Vedro profiling
Vedro profiling - plugin for Vedro framework for measuring resource usage of tests
Installation
Quick
For a quick installation, you can use a plugin manager as follows:
$ vedro plugin install vedro-profiling
Manual
To install manually, follow these steps:
- Install the package using pip:
$ pip3 install vedro-profiling
- Next, activate the plugin in your
vedro.cfg.pyconfiguration file:
# ./vedro.cfg.py
import vedro
import vedro_profiling
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class VedroProfiling(vedro_profiling.VedroProfiling):
enabled = True
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vedro_profiling-0.0.2.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vedro_profiling-0.0.2.tar.gz.
File metadata
- Download URL: vedro_profiling-0.0.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3221158931182751002e85ca38b1439be82c919eda046cacbc81195b95634e10
|
|
| MD5 |
a116431c9e4e504b3100dde7acc7ae9a
|
|
| BLAKE2b-256 |
4d761dd0374e2fb7ea990e05c60985a6d7686e042719ca6e282bee33868aa84a
|
File details
Details for the file vedro_profiling-0.0.2-py3-none-any.whl.
File metadata
- Download URL: vedro_profiling-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd35b6e5bdb0b43965a4d298cf39744143506a5df56b04272ca682fb370d51ab
|
|
| MD5 |
108e82bc64295208393c2f27674a8f09
|
|
| BLAKE2b-256 |
fc4f342b1c46f341a8b9f8c71aec8fa89c8c873bece8192e91dd5f1e05b603ca
|