perf/pemread.c: Divide per-thread iteration count by threadcount
authorTomas Mraz <tomas@openssl.org>
Thu, 20 Jul 2023 10:03:11 +0000 (12:03 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Jan 2024 15:53:05 +0000 (16:53 +0100)
commit579bcdc9b140b54c086451a3b7dbb8d143ebf5e7
tree5c043fe17fcd3d37c5d487cd8024f63c43159849
parent9bf20f9e8f9022ab1104bd3a4cdc74ad4ade0b87
perf/pemread.c: Divide per-thread iteration count by threadcount

Otherwise with larger number of threads it takes too long
to run.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/tools/pull/162)
perf/pemread.c