Branch: refs/heads/yves/benchmark_times_sanity_check
Home: https://github.com/Perl/perl5
Commit: cf62ed0e8941a038e86abfb9882df75a9fe5a590
https://github.com/Perl/perl5/commit/cf62ed0e8941a038e86abfb9882df75a9fe5a590
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