summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-17 12:31:04 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-17 22:42:39 -0800
commita310ed6fdba38defa6d198cdb47c40f3004e813a (patch)
tree5c850c5eab371a347528832551ca3069f8e4d1eb /meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb
parent49b9d21b2e489645e316eb5a8b4a8c8cddde2aee (diff)
downloadmeta-openembedded-a310ed6fdba38defa6d198cdb47c40f3004e813a.tar.gz
python3-pyperf: Upgrade 2.9.0 -> 2.10.0
Upgrade to release 2.10.0: - ReadTheDocs: use latest Ubuntu and Python - Add BSD support for track-memory - Docs: Update minimum Python version. Add matching badge - Remove fallbacks for unsupported Python versions (< 3.9) - Setup Dependabot for Github actions, bump checkout and setup-python actions - Recognise CPython as a JIT implementation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb
new file mode 100644
index 0000000000..39b8ee8470
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyperf_2.10.0.bb
@@ -0,0 +1,22 @@
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] = "dd93ccfda79214725293e95f1fa6e00cb4a64adcf1326039486d4e1f91caaa62"
17
18DEPENDS += "python3-six-native"
19
20inherit pypi python_setuptools_build_meta
21
22RDEPENDS:${PN} += "python3-misc python3-statistics"