1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

exiled historical RD inclusion, wrong [ruby-dev:19191]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
gotoken 2002-12-25 17:22:58 +00:00
parent 1b07582fcc
commit c66a0f7cc6

View file

@ -1,18 +1,6 @@
#
# benchmark.rb
#
=begin
2002-04-25: bmbm(): killed unused parameter @fmtstr (gotoken)
2001-11-26: Time.times renamed Process.times for ruby17 (gotoken#notwork.org)
2001-01-12: made bmbm module func. bmbm return Tms array.
2001-01-10: added bmbm, Job and INSTALL.rb (gotoken#notwork.org)
2000-04-00: report() prints tag before eval block (gotoken#notwork.org)
2000-02-22: report(): measure -> Benchmark::measure (nakahiro#sarion.co.jp)
2000-01-02: bug fix, documentation (gotoken#notwork.org)
2000-01-01: measure can take a tag as opt. (nobu.nakada#nifty.ne.jp)
2000-01-01: first release (gotoken#notwork.org)
=end
=begin
= benchmark.rb
@ -432,7 +420,8 @@ returns a new array as follows
same as (({format()})). See also ((<format>)).
== HISTORY
<<< benchmark.rb
A benchmark.rb appeared in RAA January 1st 2000.
== AUTHOR