Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix harmless typo in the stress test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5cb45326c10332e3cb6df6a2a5aee16c |
User & Date: | mistachkin 2018-01-04 17:43:11.181 |
Context
2018-01-04
| ||
17:50 | Update stress test settings file. check-in: fe2a4355f8 user: mistachkin tags: trunk | |
17:43 | Fix harmless typo in the stress test. check-in: 5cb45326c1 user: mistachkin tags: trunk | |
17:40 | Enhancements to the stress test. check-in: 23636c00e9 user: mistachkin tags: trunk | |
Changes
Changes to Tests/stress.eagle.
︙ | ︙ | |||
535 536 537 538 539 540 541 | tputs $test_channel [appendArgs \ "---- workloads will have an auxiliary data value of " \ $count(8) \n] tputs $test_channel [appendArgs \ "---- the initial journal mode is " \ | | | | 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 | tputs $test_channel [appendArgs \ "---- workloads will have an auxiliary data value of " \ $count(8) \n] tputs $test_channel [appendArgs \ "---- the initial journal mode is " \ [expr {[string length $journalMode] > 0 ? $journalMode : "none"}] \n] tputs $test_channel [appendArgs \ "---- the initial page size is " \ [expr {[string length $pageSize] > 0 ? $pageSize : "none"}] \n] tputs $test_channel [appendArgs \ "---- workloads to be skipped... " \ [expr {[llength $noWorkload] > 0 ? $noWorkload : "none"}] \n] tputs $test_channel [appendArgs \ "---- workloads priority overrides... " \ |
︙ | ︙ |