[Groonga-commit] droonga/fluent-plugin-droonga at f5c6ae9 [master] Benchmark: access to the instance variable correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 25 18:48:24 JST 2013


YUKI Hiroshi	2013-10-25 18:48:24 +0900 (Fri, 25 Oct 2013)

  New Revision: f5c6ae9b115f718f67af9f7e3a2c373e4e76e6c3
  https://github.com/droonga/fluent-plugin-droonga/commit/f5c6ae9b115f718f67af9f7e3a2c373e4e76e6c3

  Message:
    Benchmark: access to the instance variable correctly

  Modified files:
    benchmark/utils.rb

  Modified: benchmark/utils.rb (+1 -1)
===================================================================
--- benchmark/utils.rb    2013-10-25 18:47:37 +0900 (5c9ad51)
+++ benchmark/utils.rb    2013-10-25 18:48:24 +0900 (2406eb8)
@@ -28,7 +28,7 @@ module DroongaBenchmark
 
     def initialize
       @database_dir = "/tmp/watch-benchmark"
-      @database_path = "#{database_dir}/db"
+      @database_path = "#{@database_dir}/db"
       @ddl_path = File.expand_path(File.join(__FILE__, "..", "..", "ddl", "watchdb.grn"))
       FileUtils.rm_rf(@database_dir)
       FileUtils.mkdir_p(@database_dir)
-------------- next part --------------
HTML����������������������������...
下載 



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