https://t.me/RX1948
Server : Apache
System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : dh_edsupp ( 6597262)
PHP Version : 8.2.26
Disable Function : NONE
Directory :  /usr/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/bin/benchmark
#!/usr/bin/perl 

use strict;
use warnings;

use Plucene;
use Plucene::TestCase;

use Benchmark 'cmpthese';
use File::Slurp;

chomp(my @words = read_file('/usr/share/dict/enable'));

my $sentence = sub {
	my $words = shift;
	return join " ", map $words[ rand @words ], 1 .. $words;
};

sub add_sentences {
	my $length = shift;
	new_index { add_document(content => $sentence->($length)) for 1 .. 100 };
}

print Plucene->VERSION, "\n";

cmpthese(
	10 => {
		'short'  => sub { add_sentences(1) },
		'medium' => sub { add_sentences(10) },
		'long'   => sub { add_sentences(100) },
	});


https://t.me/RX1948 - 2025