Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.188
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
Benchmark /
Delete
Unzip
Name
Size
Permission
Date
Action
Tms
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
benchmark-c.ri
2.03
KB
-rw-r--r--
2023-07-26 17:38
benchmark-i.ri
2.03
KB
-rw-r--r--
2023-07-26 17:38
bm-c.ri
1.06
KB
-rw-r--r--
2023-07-26 17:38
bm-i.ri
1.06
KB
-rw-r--r--
2023-07-26 17:38
bmbm-c.ri
1.85
KB
-rw-r--r--
2023-07-26 17:38
bmbm-i.ri
1.85
KB
-rw-r--r--
2023-07-26 17:38
cdesc-Benchmark.ri
4.86
KB
-rw-r--r--
2023-07-26 17:38
measure-c.ri
375
B
-rw-r--r--
2023-07-26 17:38
measure-i.ri
375
B
-rw-r--r--
2023-07-26 17:38
realtime-c.ri
346
B
-rw-r--r--
2023-07-26 17:38
realtime-i.ri
346
B
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" bmbm:EFI"Benchmark::bmbm;FT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BSometimes benchmark results are skewed because code executed ;TI"Dearlier encounters different garbage collection overheads than ;TI"Gthat run later. #bmbm attempts to minimize this effect by running ;TI"Hthe tests twice, the first time as a rehearsal in order to get the ;TI"5runtime environment stable, the second time for ;TI"<real. GC.start is executed before the start of each of ;TI"?the real timings; the cost of this is not included in the ;TI"Ftimings. In reality, though, there's only so much that #bmbm can ;TI"Hdo, and the results are not guaranteed to be isolated from garbage ;TI""collection and other effects.;To:RDoc::Markup::BlankLine o; ; [I">Because #bmbm takes two passes through the tests, it can ;TI"(calculate the required label width.;T@o:RDoc::Markup::Verbatim; [ I"require 'benchmark' ;TI" ;TI"'array = (1..1000000).map { rand } ;TI" ;TI"Benchmark.bmbm do |x| ;TI"- x.report("sort!") { array.dup.sort! } ;TI"- x.report("sort") { array.dup.sort } ;TI" end ;T:@format0o; ; [I"Generates:;T@o;; [ I"9Rehearsal ----------------------------------------- ;TI"9sort! 11.928000 0.010000 11.938000 ( 12.756000) ;TI"9sort 13.048000 0.020000 13.068000 ( 13.857000) ;TI"9------------------------------- total: 25.006000sec ;TI" ;TI"8 user system total real ;TI"9sort! 12.959000 0.010000 12.969000 ( 13.793000) ;TI"9sort 12.007000 0.000000 12.007000 ( 12.791000) ;T; 0o; ; [I"B#bmbm yields a Benchmark::Job object and returns an array of ;TI"Benchmark::Tms objects.;T: @fileI"lib/benchmark.rb;T:0@omit_headings_from_table_of_contents_below00I"job;F[ I"(width = 0);T@7FI"Benchmark;FcRDoc::NormalModule0