]> git.feebdaed.xyz Git - 0xmirror/openssl.git/commit
Defang the lhash test
authorBob Beck <beck@openssl.org>
Mon, 15 Dec 2025 17:42:28 +0000 (10:42 -0700)
committerNeil Horman <nhorman@openssl.org>
Wed, 17 Dec 2025 13:45:38 +0000 (08:45 -0500)
commit131c2a1adba13fa549e68dc3ebeb8447b8667348
tree1e0196fc7dbc79378bb7cdd1b984085b32b2955a
parent495cf0efe6c536e60bf63f666c684e43675b99fd
Defang the lhash test

This is bascially eating my mac, as it now runs for 80 seconds
and eats all the CPU's exercising lock contention.

This dials it back to consume at most a quarter of the CPU's in
use by HARNESS_JOBS, unless LHASH_WORKERS is set to override it
in which case we use that.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/29406)
test/lhash_test.c