[Groonga-commit] droonga/http-benchmark at d975d6a [master] Specify path to sub modules as full path

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Oct 7 18:22:02 JST 2013


YUKI Hiroshi	2013-10-07 18:22:02 +0900 (Mon, 07 Oct 2013)

  New Revision: d975d6a4ddbc60c956f49dcc3e8fc5c5c2372a65
  https://github.com/droonga/http-benchmark/commit/d975d6a4ddbc60c956f49dcc3e8fc5c5c2372a65

  Message:
    Specify path to sub modules as full path

  Modified files:
    lib/droonga/http-benchmark.rb
    lib/droonga/http-benchmark/gradual-runner.rb
    lib/droonga/http-benchmark/runner.rb

  Modified: lib/droonga/http-benchmark.rb (+3 -3)
===================================================================
--- lib/droonga/http-benchmark.rb    2013-10-07 18:19:10 +0900 (0332514)
+++ lib/droonga/http-benchmark.rb    2013-10-07 18:22:02 +0900 (d0832ca)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
 
-require "./http-benchmark/runner"
-require "./http-benchmark/gradual-runner"
-require "./http-benchmark/formatter"
+require "droonga/http-benchmark/runner"
+require "droonga/http-benchmark/gradual-runner"
+require "droonga/http-benchmark/formatter"

  Modified: lib/droonga/http-benchmark/gradual-runner.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark/gradual-runner.rb    2013-10-07 18:19:10 +0900 (0d1f02b)
+++ lib/droonga/http-benchmark/gradual-runner.rb    2013-10-07 18:22:02 +0900 (41680cb)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-require "./runner"
+require "droonga/http-benchmark/runner"
 
 module Droonga
   module HttpBenchmark

  Modified: lib/droonga/http-benchmark/runner.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark/runner.rb    2013-10-07 18:19:10 +0900 (439d5b8)
+++ lib/droonga/http-benchmark/runner.rb    2013-10-07 18:22:02 +0900 (fe44cb5)
@@ -3,7 +3,7 @@
 require "thread"
 require "net/http"
 require "json"
-require "./formatter"
+require "droonga/http-benchmark/formatter"
 
 module Droonga
   module HttpBenchmark
-------------- next part --------------
HTML����������������������������...
Download 



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