[Groonga-commit] droonga/drnbench at 9e58f01 [master] Use more generic, long name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Jan 17 17:38:52 JST 2014


YUKI Hiroshi	2014-01-17 17:38:52 +0900 (Fri, 17 Jan 2014)

  New Revision: 9e58f01e744ec38dc3775e75c0d0a68aeb7972f9
  https://github.com/droonga/drnbench/commit/9e58f01e744ec38dc3775e75c0d0a68aeb7972f9

  Message:
    Use more generic, long name

  Modified files:
    README.md
  Renamed files:
    bin/drnbench-publish-subscribe
      (from bin/drnbench-pubsub)
    bin/drnbench-request-response
      (from bin/drnbench-reqrep)

  Modified: README.md (+5 -5)
===================================================================
--- README.md    2014-01-17 17:30:14 +0900 (3bb1f67)
+++ README.md    2014-01-17 17:38:52 +0900 (ee93050)
@@ -18,8 +18,8 @@ So you'll be able to guess the limit performance of the throughput of a server,
 
 Drnbench provides two commands, for different styles of benchmarked servers.
 
- * `drnbench-reqrep`: benchmarks simple request-response style APIs.
- * `drnbench-pubsub`: benchmarks publish-subscribe style (including HTTP streaming) APIs.
+ * `drnbench-request-response`: benchmarks simple request-response style APIs.
+ * `drnbench-publish-subscribe`: benchmarks publish-subscribe style (including HTTP streaming) APIs.
    This command is not implemented yet.
 
 ## How to run benchmark?
@@ -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-reqrep \
+        # RUBYLIB=lib/ 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-reqrep \
+        # RUBYLIB=lib/ bin/drnbench-request-response \
             --start-n-clients=1 \
             --end-n-clients=32 \
             --step=1 \
@@ -271,7 +271,7 @@ Steps to run:
  3. Run drnbench with the pattern file.
     
         # cd ~/drnbench
-        # RUBYLIB=lib/ bin/drnbench-pubsub \
+        # RUBYLIB=lib/ bin/drnbench-publish-subscribe \
             --start-n-subscribers=1000 \
             --n-publishings=1000 \
             --n-steps=10 \

  Renamed: bin/drnbench-publish-subscribe (+0 -0) 100%
===================================================================

  Renamed: bin/drnbench-request-response (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



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