Plugin for Vedro framework 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.1.0.tar.gz
(90.4 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.1.0.tar.gz.
File metadata
- Download URL: vedro_profiling-0.1.0.tar.gz
- Upload date:
- Size: 90.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39367d1ba693c1aea54667bda60ccdac7c178252a19972e3958d9535e98a5afe
|
|
| MD5 |
b702dcd8028e19afd35c0ce79bcd584c
|
|
| BLAKE2b-256 |
6adc9fb33f026dfef259c04920f722dc12fccec83e6650bb2bd9feb9a5183bad
|
File details
Details for the file vedro_profiling-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vedro_profiling-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c362f328c40ffd55a6fe88309b2deba9a72f23490d35751741b596f10d60142f
|
|
| MD5 |
50f37a685566735b8c022c410039c7aa
|
|
| BLAKE2b-256 |
5e55114b578b36060c296523136bf2692819b707ebd367eb689fe7cbdf7aa71d
|