summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-18 17:29:46 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:14 -0800
commitf81df9e27e72bbfa5b5d9594832e95436e9e77c4 (patch)
treeecb765d6bb93b50eab16ec579e9bc658fe4b5197 /meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb
parentd910f9323e862098943c06e10c66ec2725386877 (diff)
downloadmeta-openembedded-f81df9e27e72bbfa5b5d9594832e95436e9e77c4.tar.gz
python3-pyperf: upgrade 2.8.0 -> 2.8.1
Changelog: =========== - Bugfix: Hooks now work correctly in subprocess benchmarks (bench.run_command). - Python 3.8 is now unsupported. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb
new file mode 100644
index 0000000000..a9f30745bf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb
@@ -0,0 +1,23 @@
1SUMMARY = "A toolkit to write, run and analyze benchmarks"
2DESCRIPTION = " \
3The Python pyperf module is a toolkit to write, run and analyze benchmarks. \
4Features: \
5 * Simple API to run reliable benchmarks \
6 * Automatically calibrate a benchmark for a time budget. \
7 * Spawn multiple worker processes. \
8 * Compute the mean and standard deviation. \
9 * Detect if a benchmark result seems unstable. \
10 * JSON format to store benchmark results. \
11 * Support multiple units: seconds, bytes and integer. \
12"
13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
15
16SRC_URI[sha256sum] = "ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a"
17
18DEPENDS += "python3-six-native"
19
20PYPI_PACKAGE = "pyperf"
21inherit pypi python_setuptools_build_meta
22
23RDEPENDS:${PN} += "python3-misc python3-statistics"