bench: Cache benchmark results + better re-run filtering

This commit is contained in:
Yorhel 2025-01-29 10:00:08 +01:00
parent 12326ca8e4
commit 3ae9347ad2
3 changed files with 174 additions and 82 deletions

View file

@ -1,4 +1,9 @@
use ExtUtils::MakeMaker;
use Config;
os_unsupported if $Config{ivsize} < 8;
os_unsupported if $Config{usequadmath};
WriteMakefile(
NAME => 'FU',
VERSION_FROM => 'FU.pm',