From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en){| class="wikitable"
<section begin=archPackFStests />
| {{Anch|archPackFStests|<h3>TEST: Packing of the archiver on FS ([[Special:MyLanguage/Libs/Service_procedures#archPackFStests|archPackFStests]])</h3>}} || 1.0 || GPLv2 || * || en <section end=archPackFStests />
| [[User:RomanSavochenko|Roman Savochenko]]
|}
Tests set for packing of the value archives to File System, to check the optimization algorithm. The stages are provided:
* Stage 0: Filling the main values: "1,1,10,10,100,100,1000,1000,10000,10000,EVAL"
* Stage 1: Changing to different value 20: "1,1,20,10,100,100,1000,1000,10000,10000,EVAL"
* Stage 2: Setting a value for merging (equal) to the up (10): "1,1,20,10,10,100,1000,1000,10000,10000,EVAL"
* Stage 3: Setting a value for merging (equal) to the down (1000): "1,1,20,10,10,1000,1000,1000,10000,10000,EVAL"
* Stage 4: Setting a different value to the end 20000: "1,1,20,10,10,1000,1000,1000,10000,10000,20000,EVAL"
* Stage 5: Changing the end value for merging to the up (10000): "1,1,20,10,10,1000,1000,1000,10000,10000,10000,EVAL"
* Stage 6: Setting a value to the end for merging to the up (10000): "1,1,20,10,10,1000,1000,1000,10000,10000,10000,10000,EVAL"
* Stage 7: Setting the end value to EVAL: "1,1,20,10,10,1000,1000,1000,10000,10000,10000,EVAL"
* Stage 8: Setting an equal value for inserting 10000: "1,1,20,10,10,1000,1000,1000,10000,10000,10000,EVAL"