Skip to content

Commit

Permalink
Use more generic, long name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 17, 2014
1 parent f42458e commit 9e58f01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9e58f01

Please sign in to comment.