File: control

package info (click to toggle)
python-pyperform 1.86-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168 kB
  • sloc: python: 729; makefile: 17
file content (39 lines) | stat: -rw-r--r-- 1,446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: python-pyperform
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-setuptools,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-pyperform
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-pyperform.git
Homepage: https://github.com/lobocv/pyperform

Package: python3-pyperform
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: fast and convenient way to performance test functions and compare results
 Pyperform provies an easy and convenient way to performance test blocks of
 Python code.
 .
 Tired of writing separate scripts for your performance tests? Don't like
 coding in strings? Using the pyperform decorators, you can easily implement
 timeit tests to your functions with just one line!
 .
 Features of pyperform include:
  - Quick, easy to implement in-code performance tests that run once when the
    function is defined.
  - Speed comparison of several functions.
  - Validation of results between ComparisonBenchmarks.
  - Summary reports.
  - Supports class functions as well as global functions.
  - Performance tests can easily be disabled/enabled globally.
  - Community-driven library of performance tests to learn from.