]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
misc: don't put nr_cpus into the fsstress -n argument
authorDarrick J. Wong <djwong@kernel.org>
Mon, 3 Feb 2025 22:00:31 +0000 (14:00 -0800)
committerZorro Lang <zlang@kernel.org>
Tue, 18 Feb 2025 04:42:40 +0000 (12:42 +0800)
commit4a9e8286391762f5f8a249ac77ad203d0270dce9
treea369f1bd51f40847e8a060f547156cbf79363d03
parente8e29e028faa7580bbaa5c3015114953681b3886
misc: don't put nr_cpus into the fsstress -n argument

fsstress -n is the number of fs operations per process, not the total
number of operations.  There's no need to factor nr_cpus into the -n
argument because that causes excess runtime as core count increases.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/476
tests/generic/642
tests/generic/750