[前][次][番号順一覧][スレッド一覧]

ruby-changes:52658

From: ko1 <ko1@a...>
Date: Fri, 28 Sep 2018 12:32:55 +0900 (JST)
Subject: [ruby-changes:52658] ko1:r64870 (trunk): add small utility for benchmarking.

ko1	2018-09-28 12:32:49 +0900 (Fri, 28 Sep 2018)

  New Revision: 64870

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64870

  Log:
    add small utility for benchmarking.
    
    * benchmark/lib/load.rb: add small utility which requires
      benchmark-driver.rb. You can load this file and can
      use benchmark-driver.

  Added files:
    trunk/benchmark/lib/load.rb
Index: benchmark/lib/load.rb
===================================================================
--- benchmark/lib/load.rb	(nonexistent)
+++ benchmark/lib/load.rb	(revision 64870)
@@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/benchmark/lib/load.rb#L1
+$:.unshift(File.join(__dir__, '../benchmark-driver/lib'))
+require 'benchmark_driver'

Property changes on: benchmark/lib/load.rb
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]