Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f86e19f127f6ba48cda430a719f10e177a4c31a1
https://github.com/Perl/perl5/commit/f86e19f127f6ba48cda430a719f10e177a4c31a1
Author: Yves Orton <[email protected]>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M lib/Benchmark.t
Log Message:
-----------
Benchmark.t - sanity check for a broken times()
If time() or times() is broken then Benchmark can infinite loop.
This adds a sanity check that will die early if it appears that
either are broken.
This fixes the infinite loop part of GH Issue #20839