Changeset 0fccd1
- Timestamp:
- 03/05/08 22:34:42 (4 years ago)
- Branches:
- master, ketama-compat
- Children:
- d5eceb
- Parents:
- 787337
- git-author:
- Tomash Brechko <tomash.brechko@…> (03/05/08 22:01:15)
- git-committer:
- Tomash Brechko <tomash.brechko@…> (03/05/08 22:34:42)
- File:
-
- 1 edited
-
script/benchmark.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
script/benchmark.pl
rcc8dfa r0fccd1 27 27 use constant key_count => 100; 28 28 use constant NOWAIT => 1; 29 use constant NOREPLY => 1; 29 30 30 31 my $value = 'x' x 40; … … 109 110 } 110 111 111 my $noreply = scalar($min_version >= 10205);112 my $noreply = NOREPLY && $min_version >= 10205; 112 113 113 114 @addrs = map { +{ address => $_, noreply => $noreply } } @addrs;
Note: See TracChangeset
for help on using the changeset viewer.
