From 452ccf7a415fd748cb0b3d00bef8062455c3c675 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 26 Aug 2010 17:29:13 +0200 Subject: [PATCH] SORT stress testing against bigger aggregate values --- tests/unit/sort.tcl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/unit/sort.tcl b/tests/unit/sort.tcl index bca017379..dcc471fb5 100644 --- a/tests/unit/sort.tcl +++ b/tests/unit/sort.tcl @@ -37,9 +37,11 @@ start_server { foreach {num cmd enc title} { 16 lpush ziplist "Ziplist" - 64 lpush linkedlist "Linked list" + 1000 lpush linkedlist "Linked list" + 10000 lpush linkedlist "Big Linked list" 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] assert_encoding $enc tosort