[Groonga-commit] droonga/fluent-plugin-droonga at e28d4bc [master] Generate scan target with trailing keyword, instead of leading

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Mon Oct 28 10:04:16 JST 2013


YUKI Hiroshi	2013-10-28 10:04:16 +0900 (Mon, 28 Oct 2013)

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

  Message:
    Generate scan target with trailing keyword, instead of leading

  Modified files:
    benchmark/utils.rb

  Modified: benchmark/utils.rb (+1 -1)
===================================================================
--- benchmark/utils.rb    2013-10-25 19:21:32 +0900 (04543c5)
+++ benchmark/utils.rb    2013-10-28 10:04:16 +0900 (378b329)
@@ -113,7 +113,7 @@ module DroongaBenchmark
     end
 
     def generate_target(term="")
-      term + (PADDING * (SIZE / PADDING.size))
+     (PADDING * (SIZE / PADDING.size)) + term
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index