mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
revert an accidental test code change done as part of the tls project
it seems that commit b087dd1db6
accidentially changed
gen_write_load to not use deferred client, which causes them to be slower and not
generate high load which they should, making some tests less effecitive
This commit is contained in:
parent
f5d48537f1
commit
07b365b7d7
@ -4,7 +4,7 @@ set ::tlsdir "tests/tls"
|
||||
|
||||
proc gen_write_load {host port seconds tls} {
|
||||
set start_time [clock seconds]
|
||||
set r [redis $host $port 0 $tls]
|
||||
set r [redis $host $port 1 $tls]
|
||||
$r select 9
|
||||
while 1 {
|
||||
$r set [expr rand()] [expr rand()]
|
||||
|
Loading…
Reference in New Issue
Block a user