[Groonga-commit] droonga/drnbench at 5e81a54 [master] Fix example command lines

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 17:18:08 JST 2014


YUKI Hiroshi	2014-01-20 17:18:08 +0900 (Mon, 20 Jan 2014)

  New Revision: 5e81a54b77f5a56094c265635ff2277330cef08b
  https://github.com/droonga/drnbench/commit/5e81a54b77f5a56094c265635ff2277330cef08b

  Message:
    Fix example command lines

  Modified files:
    README.md

  Modified: README.md (+4 -4)
===================================================================
--- README.md    2014-01-20 17:11:28 +0900 (03094f6)
+++ README.md    2014-01-20 17:18:08 +0900 (a88269d)
@@ -95,7 +95,7 @@ Drnbench will start multiple clients and send many requests based on the pattern
  3. Run drnbench with the pattern file.
     
         # cd ~/drnbench
-        # RUBYLIB=lib/ bin/drnbench-request-response \
+        # RUBYLIB=lib/ bundle exec bin/drnbench-request-response \
             --start-n-clients=1 \
             --end-n-clients=32 \
             --step=1 \
@@ -200,7 +200,7 @@ Drnbench will start multiple clients and send many requests based on the pattern
  4. Run drnbench with the pattern file.
     
         # cd ~/drnbench
-        # RUBYLIB=lib/ bin/drnbench-request-response \
+        # RUBYLIB=lib/ bundle exec bin/drnbench-request-response \
             --start-n-clients=1 \
             --end-n-clients=32 \
             --step=1 \
@@ -248,7 +248,7 @@ Steps to run:
     For example, a file "watch-subscribe.json" like:
     
         {
-          "path": "/droonga/watch-streaming?=keyword"
+          "path": "/droonga-streaming/watch?condition=keyword"
         }
     
  2. Create a patterns file for messages to be feeded:
@@ -274,7 +274,7 @@ Steps to run:
  3. Run drnbench with the pattern file.
     
         # cd ~/drnbench
-        # RUBYLIB=lib/ bin/drnbench-publish-subscribe \
+        # RUBYLIB=lib/ bundle exec bin/drnbench-publish-subscribe \
             --start-n-subscribers=1000 \
             --n-publishings=1000 \
             --n-steps=10 \
-------------- next part --------------
HTML����������������������������...
下載 



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