mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
SORT stress testing against bigger aggregate values
This commit is contained in:
parent
e4ecc93119
commit
452ccf7a41
@ -37,9 +37,11 @@ start_server {
|
|||||||
|
|
||||||
foreach {num cmd enc title} {
|
foreach {num cmd enc title} {
|
||||||
16 lpush ziplist "Ziplist"
|
16 lpush ziplist "Ziplist"
|
||||||
64 lpush linkedlist "Linked list"
|
1000 lpush linkedlist "Linked list"
|
||||||
|
10000 lpush linkedlist "Big Linked list"
|
||||||
16 sadd intset "Intset"
|
16 sadd intset "Intset"
|
||||||
64 sadd hashtable "Hash table"
|
1000 sadd hashtable "Hash table"
|
||||||
|
10000 sadd hashtable "Big Hash table"
|
||||||
} {
|
} {
|
||||||
set result [create_random_dataset $num $cmd]
|
set result [create_random_dataset $num $cmd]
|
||||||
assert_encoding $enc tosort
|
assert_encoding $enc tosort
|
||||||
|
Loading…
Reference in New Issue
Block a user