bench: Cache benchmark results + better re-run filtering
This commit is contained in:
parent
12326ca8e4
commit
3ae9347ad2
3 changed files with 174 additions and 82 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue