Fixed 32bit make target to work on Linux out of the box

This commit is contained in:
antirez
2010-02-22 17:36:54 +01:00
parent 12d090d2d0
commit 9ebed7cf06
3 changed files with 13 additions and 9 deletions

View File

@ -952,6 +952,7 @@ proc main {server port} {
$r sort tosort {DESC}
} [lsort -decreasing -integer $res]
while 1 {
test {SORT speed, sorting 10000 elements list using BY, 100 times} {
set start [clock clicks -milliseconds]
for {set i 0} {$i < 100} {incr i} {
@ -962,7 +963,7 @@ proc main {server port} {
flush stdout
format {}
} {}
}
test {SORT speed, sorting 10000 elements list directly, 100 times} {
set start [clock clicks -milliseconds]
for {set i 0} {$i < 100} {incr i} {