mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 17:51:21 +00:00
Fixed 32bit make target to work on Linux out of the box
This commit is contained in:
@ -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} {
|
||||
|
Reference in New Issue
Block a user