summaryrefslogtreecommitdiff
path: root/app-benchmarks
AgeCommit message (Collapse)Author
10 daysapp-benchmarks/iozone: Stabilize 3.506-r1 x86, #949627Eli Schwartz
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-11-18app-benchmarks/hyperfine: add 1.20.0Holger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/44663 Closes: https://github.com/gentoo/gentoo/pull/44663 Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-11-18app-benchmarks/hyperfine: add RUST_MIN_VERHolger Hoffstätte
Closes: https://bugs.gentoo.org/961568 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/44663 Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-11-18app-benchmarks/hyperfine: set myself as proxy-maintainerHolger Hoffstätte
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/44663 Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-11-13app-benchmarks/stress-ng: add 0.19.06, drop 0.19.05Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04app-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l zlib app-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c VisibilityCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-14app-benchmarks/filebench: drop 1.4.9.1-r2Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-10-12app-benchmarks/httperf: fix memcpy UBSam James
I meant to include this in 5507c2df5d98f518edd20ca590e7a33e5c75f0ec. Signed-off-by: Sam James <sam@gentoo.org>
2025-10-12app-benchmarks/httperf: add 0.9.1_p20201206Sam James
Closes: https://bugs.gentoo.org/943906 Thanks-to: Matt Hartley <mhartley@caltech.edu> Signed-off-by: Sam James <sam@gentoo.org>
2025-10-04app-benchmarks/stress-ng: add 0.19.05, drop 0.19.04Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-10-01app-benchmarks/ioping: remove unused patch(es)Michael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
2025-09-19app-benchmarks/iozone: Stabilize 3.506-r1 ppc64, #949627Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-19app-benchmarks/iozone: Stabilize 3.506-r1 ppc, #949627Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-15app-benchmarks/iozone: add 3.508Alfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43793 Closes: https://github.com/gentoo/gentoo/pull/43793 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-15app-benchmarks/iozone: add 3.507Z. Liu
Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42469 Closes: https://github.com/gentoo/gentoo/pull/42469 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-15app-benchmarks/iozone: append CPPFLAGS to CFLAGSZ. Liu
In non-parallel builds, make executes rules in the order they are defined in the makefile; In parallel builds, if no explicit rule is defined for a target, make uses the default implicit rule instead. Both CFLAGS & CPPFLAGS will be used in default ".c.o" rule. The makefile of iozone doesn't use CPPFLAGS anywhere. So append all necessary flags to CFLAGS is a quick solution to handle both parallel and non-parallel build. For x86 platforms, "-D_FILE_OFFSET_BITS=64" is required. Without it, off_t defaults to 32-bit, causing build failures with errors like "conflicting types for 'pwrite64'". Closes: https://bugs.gentoo.org/947708 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42469 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-15app-benchmarks/iozone: remove unused patch (of 3.488)Z. Liu
Closes: https://bugs.gentoo.org/948362 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42469 Signed-off-by: Sam James <sam@gentoo.org>
2025-09-15app-benchmarks/iozone: Stabilize 3.506-r1 amd64, #949627Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-06app-benchmarks/stress-ng: add 0.19.04, drop 0.19.03Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-09-06app-benchmarks/geekbench: add 6.5.0Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02app-benchmarks/filebench: add 1.5.0_alpha3_p20200220Nicolas PARLANT
update HOMEPAGE and SRC_URI with github repo add a snapshot after 1.5.0_alpha3 auto-completion/libtecla support removed in 1.5.0_alpha1 bug #729104 fixed in 1.5.0_alpha1 remove .la files patches : fix gcc-15 fix implicit function in configure fix an issue with randomization Closes: https://bugs.gentoo.org/729104 Closes: https://bugs.gentoo.org/906004 Closes: https://bugs.gentoo.org/943905 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43620 Closes: https://github.com/gentoo/gentoo/pull/43620 Signed-off-by: Sam James <sam@gentoo.org>
2025-08-10app-benchmarks/stress-ng: add 0.19.03, drop 0.18.12Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-07-08app-benchmarks/bootchart2: enable py3.12, py3.13, py3.14Eli Schwartz
Closes: https://bugs.gentoo.org/929287 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-07-08app-benchmarks/bootchart2: squelch distutils warningsEli Schwartz
As we anyways use `domodule` there is no point permitting it to seek site-package using legacy distutils, only to discard the info. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-07-08app-benchmarks/bootchart2: fix typo in eclass function leading to fatal errorEli Schwartz
We never call {eclass}_pkg_setup, so no python impl Fixes: ace8b37ca275ab88fec31daf59f369d2aa25ecef Bug: https://bugs.gentoo.org/950448 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
2025-07-02app-benchmarks/hyperfine: drop 1.18.0-r1Petr Vaněk
Bug: https://bugs.gentoo.org/863998 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-06-28app-benchmarks/iozone: drop 3.488Sam James
Closes: https://bugs.gentoo.org/959119 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-28Revert "app-benchmarks/iozone: drop 3.506, EAPI=7--"Sam James
This reverts commit 6642dfdcf54effc0c3090aa5abe5e71b355ac1d7. The wrong version got cleaned up (there's an older stable EAPI 7 version which should go instead). Bug: https://bugs.gentoo.org/959119 Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23app-benchmarks/hyperfine: Stabilize 1.19.0 amd64, #958757Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-20app-benchmarks/iozone: drop 3.506, EAPI=7--Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-14app-benchmarks/sysbench: drop usage of whichArthur Zamarin
Closes: https://bugs.gentoo.org/957948 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-14app-benchmarks/sysbench: drop python-single-r1.eclassArthur Zamarin
dev-util/cram is used by calling directly `cram` by makefile in 'tests/test_run.sh' file. Therefore, the usage of python eclass isn't required, and we can simplify the ebuild. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-10app-benchmarks/httperf: fix variable orderPetr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-06-10app-benchmarks/httperf: drop 0.9.1_p20181111Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-05-15app-benchmarks/siege: drop 4.1.6-r1Petr Vaněk
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-04-28app-benchmarks/dbench: Stabilize 4.0 arm64, #948455Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-26*/*: reassign gokturk's packagesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-04-26app-benchmarks/siege: Stabilize 4.1.7 ppc, #954419Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-04-26app-benchmarks/siege: Stabilize 4.1.7 x86, #954419Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-26app-benchmarks/siege: Stabilize 4.1.7 amd64, #954419Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-24app-benchmarks/nbench: build w/ -std=gnu17Sam James
Closes: https://bugs.gentoo.org/943907 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-19app-benchmarks/bootchart2: fix python_setupSam James
* Call python-single-r1_pkg_setup (i.e. python_setup) conditionally based on USE=cairo to match the other Python conditionals * Fix style (conditional last, not first in *DEPEND; whitespace; variable order) Closes: https://bugs.gentoo.org/950448 Signed-off-by: Sam James <sam@gentoo.org>
2025-04-04app-benchmarks/stress-ng: add 0.18.12, drop 0.18.11Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-04-01app-benchmarks/hyperfine: add 'bugs-to' and 'changelog' metadataFlorian Schmaus
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-04-01app-benchmarks/hyperfine: add 1.19.0Florian Schmaus
Bug: https://bugs.gentoo.org/863998 Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-03-28app-benchmarks/sysbench: add python3.13Conrad Kostecki
Closes: https://bugs.gentoo.org/show_bug.cgi?id=952182 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2025-03-26app-benchmarks/ioping: drop 1.1, 1.2, EAPI=7--Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-03-09app-benchmarks/stress-ng: add 0.18.11, drop 0.18.10-r1Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>