db4
Slava Pestov 2008-03-05 15:02:02 -06:00
parent e933cf97fe
commit fa898aa8c6
2 changed files with 59 additions and 66 deletions

View File

@ -53,13 +53,6 @@ SYMBOL: counter
yield yield
] time ;
: socket-benchmarks
10 clients
20 clients
40 clients ;
! 80 clients
! 160 clients
! 320 clients
! 640 clients ;
: socket-benchmarks ;
MAIN: socket-benchmarks

View File

@ -8,7 +8,7 @@ SYMBOL: upload-images-destination
: destination ( -- dest )
upload-images-destination get
"slava@/var/www/factorcode.org/newsite/images/latest/"
"slava@factorcode.org:/var/www/factorcode.org/newsite/images/latest/"
or ;
: checksums "checksums.txt" temp-file ;