mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 14:50:07 +04:00
2bedf95509
Spans two minor release cycles (0.19.04 to 0.21.00), adding new stressors, improved architecture support, and various bug fixes. Changelog: https://github.com/ColinIanKing/stress-ng/blob/V0.21.00/CHANGES Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/sh -e
|
|
|
|
# Run a single CPU operation and exit; validates the stressor infrastructure
|
|
stress-ng --cpu 1 --cpu-ops 1 --metrics-brief
|