Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Dec 25, 2015
1 parent d90df04 commit 08894fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import (
)

func main() {
r := &requester.RedisPubSubRequester{
r := &requester.RedisPubSubRequesterFactory{
URL: ":6379",
PayloadSize: 500,
Channel: "benchmark",
}

benchmark := bench.NewBenchmark(r, 10000, 30*time.Second)
benchmark := bench.NewBenchmark(r, 10000, 1, 30*time.Second)
summary, err := benchmark.Run()
if err != nil {
panic(err)
Expand Down

0 comments on commit 08894fe

Please sign in to comment.