Merge pull request #6634 from oranagra/fix_gen_write_load
revert an accidental test code change done as part of the tls project
This commit is contained in:
commit
1167e5d0d0
@ -4,7 +4,7 @@ set ::tlsdir "tests/tls"
|
|||||||
|
|
||||||
proc gen_write_load {host port seconds tls} {
|
proc gen_write_load {host port seconds tls} {
|
||||||
set start_time [clock seconds]
|
set start_time [clock seconds]
|
||||||
set r [redis $host $port 0 $tls]
|
set r [redis $host $port 1 $tls]
|
||||||
$r select 9
|
$r select 9
|
||||||
while 1 {
|
while 1 {
|
||||||
$r set [expr rand()] [expr rand()]
|
$r set [expr rand()] [expr rand()]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user