diff --git a/basis/tools/deploy/test/17/17.factor b/basis/tools/deploy/test/17/17.factor index 31984940dd..a7cb0d25f2 100644 --- a/basis/tools/deploy/test/17/17.factor +++ b/basis/tools/deploy/test/17/17.factor @@ -11,7 +11,7 @@ person "PEOPLE" { { "occupation" "OCCUPATION" { VARCHAR 256 } +not-null+ } } define-persistent -: db-deploy-test ( -- ) ; +: db-deploy-test ( -- ) "test.db" temp-file [ person recreate-table diff --git a/extra/mason/report/report.factor b/extra/mason/report/report.factor index 5d0efc9328..c5567c9c97 100644 --- a/extra/mason/report/report.factor +++ b/extra/mason/report/report.factor @@ -86,9 +86,16 @@ IN: mason.report : benchmarks-table ( assoc -- xml ) [ - 1000000 /f + 1,000,000,000 /f [XML <-><-> XML] - ] { } assoc>map [XML

Benchmarks

<->
XML] ; + ] { } assoc>map + [XML +

Benchmarks

+ + + <-> +
BenchmarkTime (seconds)
+ XML] ; : successful-report ( -- ) [