[Groonga-commit] droonga/http-benchmark at 19e2398 [master] Use "n_XXX" style instead of "XXX_count"

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 7 15:52:20 JST 2013


Kouhei Sutou	2013-10-07 15:52:20 +0900 (Mon, 07 Oct 2013)

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

  Message:
    Use "n_XXX" style instead of "XXX_count"

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

  Modified: lib/droonga/http-benchmark.rb (+1 -1)
===================================================================
--- lib/droonga/http-benchmark.rb    2013-10-07 15:51:55 +0900 (b98bbeb)
+++ lib/droonga/http-benchmark.rb    2013-10-07 15:52:20 +0900 (734169b)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
 class HttpBenchmark
-  attr_reader :duration, :threads_count
+  attr_reader :duration, :n_threads
 
   MIN_DURATION = 1.0
   MIN_WAIT = 0
-------------- next part --------------
HTML����������������������������...
下载 



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