[Groonga-commit] droonga/drnbench at 720e488 [master] Load "json" module from the file it is actually used

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 17:09:03 JST 2014


YUKI Hiroshi	2014-01-20 17:09:03 +0900 (Mon, 20 Jan 2014)

  New Revision: 720e48897009834ce6bd2c0227997bd3fbccc5b9
  https://github.com/droonga/drnbench/commit/720e48897009834ce6bd2c0227997bd3fbccc5b9

  Message:
    Load "json" module from the file it is actually used

  Modified files:
    bin/drnbench-request-response
    lib/drnbench/request-response/configuration.rb

  Modified: bin/drnbench-request-response (+0 -1)
===================================================================
--- bin/drnbench-request-response    2014-01-20 15:52:20 +0900 (a52abe2)
+++ bin/drnbench-request-response    2014-01-20 17:09:03 +0900 (b4c5699)
@@ -3,7 +3,6 @@
 
 require "drnbench"
 require "optparse"
-require "json"
 
 config = Drnbench::RequestResponse::Configuration.new
 option_parser = OptionParser.new do |parser|

  Modified: lib/drnbench/request-response/configuration.rb (+2 -0)
===================================================================
--- lib/drnbench/request-response/configuration.rb    2014-01-20 15:52:20 +0900 (50c687f)
+++ lib/drnbench/request-response/configuration.rb    2014-01-20 17:09:03 +0900 (9ccadb6)
@@ -1,3 +1,5 @@
+require "json"
+
 module Drnbench
   module RequestResponse
     class Configuration
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index