[Groonga-commit] droonga/fluent-plugin-droonga at 22a1e4e [master] Benchmark: initialize the database correctly

アーカイブの一覧に戻る

YUKI Hiroshi null+****@clear*****
Fri Oct 25 18:47:37 JST 2013


YUKI Hiroshi	2013-10-25 18:47:37 +0900 (Fri, 25 Oct 2013)

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

  Message:
    Benchmark: initialize the database correctly

  Modified files:
    benchmark/watch/benchmark-scan.rb

  Modified: benchmark/watch/benchmark-scan.rb (+1 -1)
===================================================================
--- benchmark/watch/benchmark-scan.rb    2013-10-25 18:46:59 +0900 (7b464d7)
+++ benchmark/watch/benchmark-scan.rb    2013-10-25 18:47:37 +0900 (a74222e)
@@ -27,7 +27,7 @@ class ScanBenchmark
   def initialize(n_times)
     @n_times = n_times
 
-    @database = WatchDatabase.new
+    @database = DroongaBenchmark::WatchDatabase.new
 
     @worker = DroongaBenchmark::StubWorker.new(@database.context)
     @watch_handler = Droonga::WatchHandler.new(@worker)
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る