Skip to main content

Benchmarking framework

Project description

Class-based benchmarking framework with unittest-style behavior

Overview

Verdandi is a small library providing class-based benchmarking functionality with similar interface to Python's unittest.

Requirements

  • Python >= 3.6

Installation

$ pip install verdandi

Usage

Verdandi can be used as a command-line both by passing the files containing benchmarks as arguments or by using the discovery functionality:

# Specifying the files
$ verdandi tests.benchmarks.bench_module1 tests.benchmarks.bench_module2

# Running discovery
$ verdandi

Credits

  • unittest - Verdandi is based on unittest and wouldn't exist without it!
  • pytest - some improvements over the unittest library are inspired by pytest or its plugins!

License

Copyright (c) 2021 by Kamil Marut

verdandi is under the terms of the MIT License, following all clarifications stated in the license file.

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

verdandi-0.2.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

verdandi-0.2.0-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page