app-admin/s-tui: add alterantive stress implementation

s-tui supports both "stress-ng" and "stress"

Signed-off-by: Henning Schild <henning@hennsch.de>
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Henning Schild
2025-11-16 11:21:02 +01:00
committed by Joe Kappus
parent 10026d0bd3
commit d1275fc47c
2 changed files with 2 additions and 2 deletions

View File

@@ -30,5 +30,5 @@ RDEPEND="
distutils_enable_tests unittest
pkg_postinst() {
optfeature "Stress options in program menu" app-benchmarks/stress
optfeature "Stress options in program menu" app-benchmarks/stress app-benchmarks/stress-ng
}

View File

@@ -30,5 +30,5 @@ RDEPEND="
distutils_enable_tests unittest
pkg_postinst() {
optfeature "Stress options in program menu" app-benchmarks/stress
optfeature "Stress options in program menu" app-benchmarks/stress app-benchmarks/stress-ng
}