Differences From Artifact [7950d1cdec]:
- File megatest-version.scm — part of check-in [fd2b134daa] at 2013-06-07 22:07:38 on branch v1.55 — Merged development into v1.5501 as it diverges more than a patch release should diverge. (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
To Artifact [76fc4ca435]:
- File megatest-version.scm — part of check-in [d16d9de26f] at 2013-06-08 00:58:52 on branch v1.55 — Changed logic on creation of top level html file for an iterated test. The lock is only attempted to be obtained for a few seconds. Then we give up. On tests with 1000's of iterations the creation of this file over and over again was becoming a serious bottleneck (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5502) |