[Groonga-commit] droonga/fluent-plugin-droonga at a424b3e [master] Define dummy logger for benchmarking

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 9 12:10:32 JST 2013


YUKI Hiroshi	2013-12-09 12:10:32 +0900 (Mon, 09 Dec 2013)

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

  Message:
    Define dummy logger for benchmarking

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

  Modified: benchmark/watch/benchmark-scan.rb (+3 -0)
===================================================================
--- benchmark/watch/benchmark-scan.rb    2013-12-09 11:08:40 +0900 (824f645)
+++ benchmark/watch/benchmark-scan.rb    2013-12-09 12:10:32 +0900 (490b197)
@@ -19,12 +19,15 @@ require "benchmark"
 require "fileutils"
 require "optparse"
 require "csv"
+require "fluent/log"
 
 require "groonga"
 
 require "droonga/watcher"
 require File.expand_path(File.join(__FILE__, "..", "..", "utils.rb"))
 
+$log = Fluent::Log.new
+
 class ScanBenchmark
   attr_reader :n_keywords
 
-------------- next part --------------
HTML����������������������������...
Download 



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