Overview
Comment: | Added minimt, a minimal faux megatest to use in testing out server options, db access tricks and other ideas. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64-minimt |
Files: | files | file ages | folders |
SHA1: |
9cd3c289b8f99568f54950c11be868e1 |
User & Date: | matt on 2017-06-25 15:26:32 |
Other Links: | branch diff | manifest | tags |
Context
2017-06-25
| ||
16:07 | Base scenario working. Takes aprox 60-70 seconds to run. check-in: 96bdf8577f user: matt tags: v1.64-minimt | |
15:26 | Added minimt, a minimal faux megatest to use in testing out server options, db access tricks and other ideas. check-in: 9cd3c289b8 user: matt tags: v1.64-minimt | |
2017-06-22
| ||
23:12 | A few more missing includes check-in: eaf721a3d3 user: mrwellan tags: v1.64 | |
Changes
cgisetup/cgi-bin/models became a symlink with target [39c07627cc].
cgisetup/cgi-bin/pages became a symlink with target [e2b5ed002d].
Modified common.scm from [85a0309836] to [337f689b36].
︙ | |||
829 830 831 832 833 834 835 | 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 | - - + + + + | #f (let loop ((hed (car dirs)) (tal (cdr dirs))) (let ((res (or (and (directory? hed) (file-write-access? hed) hed) (handle-exceptions |
︙ | |||
1479 1480 1481 1482 1483 1484 1485 | 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 | - + + + + + - + | ((< (+ load (/ (random 250) 1000)) ;; add a random factor to keep from getting in a rut (+ best-load (/ (random 250) 1000)) ) (set! best-load load) (set! best-host hostname))))) hosts) best-host)) |
︙ |
Added minimt/Makefile version [01be78487b].
|
Added minimt/db.scm version [3d81b0ab0e].