File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/x86_64-linux/File/MMagic/benchmark.pl
Back
use strict; use Benchmark qw(cmpthese); use File::MMagic; use File::MMagic::XS; my $fm = File::MMagic->new(); my $fmxs = File::MMagic::XS->new(); my $file = shift @ARGV; cmpthese(10_000, { xs => sub { $fmxs->get_mime($file) }, perl => sub { $fm->checktype_filename($file) } });
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings