Differences From 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]
To Artifact [cd5fa4252f]:
- File megatest-version.scm — part of check-in [fa200b5553] at 2013-06-12 14:54:13 on branch v1.55 — Bumped version (user: icfadm, 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.5503) |