PDA

View Full Version : SpeedTest updates



Michael Clease
02-07-2008, 00:45
I have modified the automated scripts I made and also added 2 more tests

I need Eros to confirm that the 2 new tests are the best way to test.

Test_Speed3_StringCopy.tbasic
Test_Speed3_10-Level-Type-UDT.tbasic

Just copy the test thincore.dll and/or thinres.dll into the same directory as the test scripts.

Enjoy.

UPDATED FILES

Petr Schreiber
02-07-2008, 09:47
Hi Abraxas,

very comfortable :)
Just one thing - Test_Speed and Test_Speed2_Function_MultiParamsVsSingleUDT item always results in zero, so maybe it could be removed.

Your new test for ten levels of UDT nesting is ... brutal :)


Thanks,
Petr

Michael Clease
02-07-2008, 12:27
Test_Speed2_Function_MultiParamsVsSingleUDT.tBasic

Just rem out this line on row 34.

' Message = APP_ScriptName + "," + 0 + ","

and this line on row 81 of Test_Speed.tBasic

' Message += APP_ScriptName + "," + 0 + ","

I will update the above download.

Petr Schreiber
02-07-2008, 13:19
Thanks for the update,

looks much better now :)


Petr

kryton9
02-07-2008, 21:11
Thanks Abraxas, looking forward for next series of tests to try it out, your script makes it fun to run the tests that is for sure.