[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (work4) now available
- From: David Burgess <dburgess@...>
- Date: Wed, 5 Jan 2005 22:35:27 +1000
With your patch applied. I get
----------------------------------------------
testing: blocking timeout on receive
memory=2461 memory=150
----------------------------------------------
<etc>
----------------------------------------------
testing: done in 79.08s
memory=6272 memory=199
----------------------------------------------
The full list of results with your patch is as follows:
Lua 5.02 Lua 5.1 work4
---------------------------------- -----------------------------------
testing: method registration testing: method registration
memory=100 126 mem2=95 190 memory=111 memory=93
---------------------------------- -----------------------------------
testing: select function testing: select function
memory=105 190 mem2=95 191 memory=102 memory=93
---------------------------------- -----------------------------------
testing: connect function testing: connect function
memory=97 191 mem2=95 191 memory=94 memory=93
---------------------------------- -----------------------------------
testing: rebinding: testing: rebinding:
memory=145 191 mem2=104 208 memory=143 memory=101
---------------------------------- -----------------------------------
testing: active close: testing: active close:
memory=120 208 mem2=104 208 memory=117 memory=101
---------------------------------- -----------------------------------
testing: closed connection detecti testing: closed connection detectio
memory=113 208 mem2=95 191 memory=110 memory=93
---------------------------------- -----------------------------------
testing: accept function: testing: accept function:
memory=983 1965 mem2=177 354 memory=980 memory=119
---------------------------------- -----------------------------------
testing: getstats test testing: getstats test
memory=201 354 mem2=122 244 memory=144 memory=102
---------------------------------- -----------------------------------
testing: character line testing: character line
memory=146 244 mem2=108 217 memory=125 memory=101
---------------------------------- -----------------------------------
testing: mixed patterns testing: mixed patterns
memory=12411 23645 mem2=1080 2161 memory=24809 memory=345
---------------------------------- -----------------------------------
testing: binary line testing: binary line
memory=351 616 mem2=152 305 memory=3538 memory=113
---------------------------------- -----------------------------------
testing: raw transfer testing: raw transfer
memory=12411 23645 mem2=1080 2161 memory=22376 memory=345
---------------------------------- -----------------------------------
testing: non-blocking transfer testing: non-blocking transfer
memory=20004 39270 mem2=1080 2161 memory=28591 memory=345
---------------------------------- -----------------------------------
testing: total timeout on send testing: total timeout on send
memory=1784 2205 mem2=226 452 memory=354 memory=111
---------------------------------- -----------------------------------
testing: total timeout on receive testing: total timeout on receive
memory=2448 4896 mem2=299 598 memory=4970 memory=150
---------------------------------- -----------------------------------
testing: blocking timeout on send testing: blocking timeout on send
memory=2448 4896 mem2=299 598 memory=6272 memory=199
---------------------------------- -----------------------------------
testing: blocking timeout on recei testing: blocking timeout on receiv
memory=2448 4896 mem2=299 598 memory=2461 memory=150
---------------------------------- -----------------------------------
testing: done in 76.61s testing: done in 83.36s
memory=2448 4896 mem2=299 598 memory=6272 memory=199
---------------------------------- -----------------------------------
David B.