|
From: <fac...@gm...> - 2021-10-26 20:56:23
|
<div><h1>Build report for macosx/x86.64</h1>
<table>
<tr><td>Build machine:</td><td>macmini</td></tr>
<tr><td>Disk usage:</td><td>260.19Gi used, 671.36Gi avail, 931.55Gi total, 72.07% free</td></tr>
<tr><td>Build directory:</td><td>/Users/jbenedik/builds/2021-10-26-12-54</td></tr>
<tr><td>GIT ID:</td><td><a href="http://github.com/factor/factor/commit/470bb02bc8d50d27250405eb0b2ad6df7662083e">470bb02bc8d50d27250405eb0b2ad6df7662083e</a></td></tr>
</table><h2>Timings</h2> <table><tr><td>boot-time</td><td>00:03:29</td></tr><tr><td>load-time</td><td>00:09:13</td></tr><tr><td>test-time</td><td>00:24:58</td></tr><tr><td>help-lint-time</td><td>00:00:12</td></tr><tr><td>benchmark-time</td><td>00:10:12</td></tr><tr><td>html-help-time</td><td>00:02:22</td></tr></table><h1>Unit test failures</h1> <ul><li>resource:basis/db/postgresql/errors/errors-tests.factor</li><li>resource:basis/db/postgresql/postgresql-tests.factor</li><li>resource:basis/db/tuples/tuples-tests.factor</li><li>resource:basis/io/sockets/unix/unix-tests.factor</li><li>resource:extra/git/git-tests.factor</li></ul> Details: <pre>
==== resource:basis/db/postgresql/errors/errors-tests.factor
resource:basis/db/postgresql/errors/errors-tests.factor
connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "sheeple"
(U) Quotation: [ c-to-factor => ]
Word: c-to-factor
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) Word: command-line-startup
(O) Word: do-all
(O) Word: do-tests
(O) Word: test-vocabs
(O) Word: test-vocab
(O) Word: run-test-file
(O) Word: test-postgresql
(O) Method: M\ postgresql-db db-open
(O) Word: connect-postgres
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:basis/db/postgresql/postgresql-tests.factor
resource:basis/db/postgresql/postgresql-tests.factor
connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "sheeple"
(U) Quotation: [ c-to-factor => ]
Word: c-to-factor
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) Word: command-line-startup
(O) Word: do-all
(O) Word: do-tests
(O) Word: test-vocabs
(O) Word: test-vocab
(O) Word: run-test-file
(U) Quotation: [
{ } [ 2000 ~quotation~ times ] \ (unit-test) 16 experiment
postgresql-template1-db
[ postgresql-test-db-name ensure-database ] with-db =>
{ } [ postgresql-test-db ~quotation~ with-db ] \ (unit-test)
42 experiment
{ ~array~ } [ postgresql-test-db ~quotation~ with-db ]
\ (unit-test) 53 experiment
{ ~array~ } [ postgresql-test-db ~quotation~ with-db ]
\ (unit-test) 60 experiment
{ } [ postgresql-test-db ~quotation~ with-db ] \ (unit-test)
68 experiment
{ ~array~ } [ postgresql-test-db ~quotation~ with-db ]
\ (unit-test) 76 experiment
[ postgresql-test-db ~quotation~ with-db ] \ (must-fail) 86
experiment
{ 3 } [ postgresql-test-db ~quotation~ with-db ]
\ (unit-test) 92 experiment
{ } [ postgresql-test-db ~quotation~ with-db ] \ (unit-test)
104 experiment
{ 5 } [ postgresql-test-db ~quotation~ with-db ]
\ (unit-test) 110 experiment
]
(U) Quotation: [
[ db-open db-connection ] dip => [ ~quotation~ ] dip compose
[ ~quotation~ ] dip [ with-disposal ] curry compose
with-variable
]
Word: with-db
(U) Quotation: [ db-open => db-connection ]
(O) Method: M\ postgresql-db db-open
(O) Word: connect-postgres
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:basis/db/tuples/tuples-tests.factor
resource:basis/db/tuples/tuples-tests.factor
connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "sheeple"
(U) Quotation: [ c-to-factor => ]
Word: c-to-factor
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) Word: command-line-startup
(O) Word: do-all
(O) Word: do-tests
(O) Word: test-vocabs
(O) Word: test-vocab
(O) Word: run-test-file
(U) Quotation: [
paste "PASTE" {
~array~
~array~
~array~
~array~
~array~
~array~
~array~
~array~
} define-persistent [ test-foreign-key ] test-sqlite
[ test-foreign-key-not-null ] test-sqlite
[ test-cascade ] test-sqlite [ test-restrict ] test-sqlite
[ test-foreign-key ] test-postgresql =>
[ test-foreign-key-not-null ] test-postgresql
[ test-cascade ] test-postgresql
[ test-restrict ] test-postgresql
[ db-assigned-person-schema test-tuples ] test-sqlite
[ user-assigned-person-schema test-tuples ] test-sqlite
[ user-assigned-person-schema test-repeated-insert ]
test-sqlite [ test-bignum ] test-sqlite
[ test-serialize ] test-sqlite
[ test-intervals ] test-sqlite
[ test-random-id ] test-sqlite
[ db-assigned-person-schema test-tuples ] test-postgresql
[ user-assigned-person-schema test-tuples ] test-postgresql
[ user-assigned-person-schema test-repeated-insert ]
test-postgresql [ test-bignum ] test-postgresql
[ test-serialize ] test-postgresql
[ test-intervals ] test-postgresql
[ test-random-id ] test-postgresql [
~quotation~ ~quotation~ \ (must-fail-with) 518
experiment
] test-sqlite [
~quotation~ ~quotation~ \ (must-fail-with) 523
experiment
] test-postgresql suparclass f
{ ~array~ ~array~ } define-persistent subbclass "SUBCLASS"
{ ~array~ } define-persistent fubbclass "FUBCLASS"
{ } define-persistent [ test-db-inheritance ] test-sqlite
[ test-db-inheritance ] test-postgresql
string-encoding-test "STRING_ENCODING_TEST"
{ ~array~ ~array~ } define-persistent
[ test-string-encoding ] test-sqlite
[ test-string-encoding ] test-postgresql
compound-foo "COMPOUND_FOO"
{ ~array~ ~array~ ~array~ } define-persistent
[ test-compound-primary-key ] test-sqlite
[ test-compound-primary-key ] test-postgresql timez "TIMEZ"
{ ~array~ ~array~ } define-persistent
[ test-time-types ] test-sqlite
[ test-time-types ] test-postgresql example "EXAMPLE"
{ ~array~ ~array~ } define-persistent
[ test-blob-select ] test-sqlite ~10 more~
]
(O) Word: test-postgresql
(O) Method: M\ postgresql-db db-open
(O) Word: connect-postgres
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:basis/io/sockets/unix/unix-tests.factor
resource:basis/io/sockets/unix/unix-tests.factor: 9
Must Fail With: {
[
T{ inet { host "127.0.0.1" } { port 5000 } } binary
[ ] with-client
]
[ message>> "Connection refused" = ]
}
did-not-fail
(U) Quotation: [ c-to-factor => ]
Word: c-to-factor
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) Word: command-line-startup
(O) Word: do-all
(O) Word: do-tests
(O) Word: test-vocabs
(O) Word: test-vocab
(O) Word: run-test-file
(U) Quotation: [
{ 1 0 } [ ~quotation~ with-secure-context ]
\ (must-infer-as) 9 experiment
{ } [ <promise> "port" set ] \ (unit-test) 11 experiment
{ } [ ~quotation~ server-test ] \ (unit-test) 41 experiment
{ "secure" } [ client-test ] \ (unit-test) 43 experiment
{ } [ <promise> "port" set ] \ (unit-test) 46 experiment
{ } [ ~quotation~ server-test ] \ (unit-test) 54 experiment
{ "hello" } [ client-test ] \ (unit-test) 60 experiment
{ } [ <promise> "port" set ] \ (unit-test) 64 experiment
{ } [ ~quotation~ server-test ] \ (unit-test) 66 experiment
[ <secure-config> ~quotation~ with-secure-context ]
[ certificate-verify-error? ] \ (must-fail-with) 73
experiment
{ } [ <promise> "port" set ] \ (unit-test) 76 experiment
{ } [ ~quotation~ "Silly server" spawn drop ] \ (unit-test)
86 experiment [
1 seconds secure-socket-timeout ~quotation~
with-variable
] [ io-timeout? ] \ (must-fail-with) 92 experiment
{ } [ <promise> "port" set ] \ (unit-test) 95 experiment
{ } [ ~quotation~ "Silly client" spawn drop ] \ (unit-test)
104 experiment [
1 seconds secure-socket-timeout ~quotation~
with-variable
] [ io-timeout? ] \ (must-fail-with) 117 experiment => [
~quotation~ ~quotation~ \ (unit-test) 123 experiment
~quotation~ ~quotation~ \ (unit-test) 136 experiment
~quotation~ ~quotation~ \ (must-fail-with) 145
experiment
~quotation~ ~quotation~ \ (unit-test) 148 experiment
~quotation~ ~quotation~ \ (unit-test) 159 experiment
~quotation~ ~quotation~ \ (must-fail-with) 172
experiment
] drop
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ load-local 0 get-local experiment. 1 drop-locals ] curry
unless -2 get-local execute => 0 get-local -1 get-local [
2 load-locals -1 get-local 0 get-local ~quotation~ curry
curry ~quotation~ if 2 drop-locals
] curry curry [ 2drop "Warning: test skipped!" print ] if
3 drop-locals
]
Word: experiment
(O) Word: (must-fail-with)
(U) Quotation: [
[ ~quotation~ dip swap ~quotation~ dip ] dip swap
[ call get-datastack ] dip => swap [ set-datastack ] dip
]
(U) Quotation: [ call => get-datastack ]
(U) Quotation: [ swap >n call => ndrop ]
Word: with-variables
(U) Quotation: [ swap >n call => ndrop ]
Word: with-variables
(U) Quotation: [ [ compose ~quotation~ curry recover ] [ drop ] 2bi => call ]
Word: cleanup
(U) Quotation: [ [ 2keep ] dip => call ]
Word: 2bi
(U) Quotation: [ swap [ dip ] dip => ]
Word: 2dip
(U) Quotation: [ swap [ call ] dip => ]
Word: dip
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(U) Quotation: [ swap >n call => ndrop ]
Word: with-variables
(U) Quotation: [ [ compose ~quotation~ curry recover ] [ drop ] 2bi => call ]
Word: cleanup
(U) Quotation: [ [ 2keep ] dip => call ]
Word: 2bi
(U) Quotation: [ swap [ dip ] dip => ]
Word: 2dip
(U) Quotation: [ swap [ call ] dip => ]
Word: dip
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(U) Quotation: [ [ compose ~quotation~ curry recover ] [ drop ] 2bi => call ]
Word: cleanup
(U) Quotation: [ [ 2keep ] dip => call ]
Word: 2bi
(U) Quotation: [ swap [ dip ] dip => ]
Word: 2dip
(U) Quotation: [ swap [ call ] dip => ]
Word: dip
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(U) Quotation: [
dup addr>> addrspec>> port>> "port" get fulfill accept drop
&dispose dup stream-read1 => drop
]
(O) Method: M\ decoder stream-read1
(O) Word: decode-char/predicate-engine
(O) Method: M\ input-port stream-read1
(O) Method: M\ unix (wait-to-read)
(O) Method: M\ ssl-handle refill
(O) Word: maybe-handshake
(O) Word: do-ssl-accept
(O) Method: M\ unix wait-for-fd
(O) Word: io-timeout
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
==== resource:extra/git/git-tests.factor
resource:extra/git/git-tests.factor: 26
Unit Test: {
{ "refs/heads/master" }
[ [ git-head-ref ] with-empty-test-git-repo ]
}
=== Expected:
"refs/heads/master"
=== Got:
"refs/heads/main"
(U) Quotation: [ c-to-factor => ]
Word: c-to-factor
(U) Quotation: [ [ (get-catchstack) push ] dip call => (get-catchstack) pop* ]
(O) Word: command-line-startup
(O) Word: do-all
(O) Word: do-tests
(O) Word: test-vocabs
(O) Word: test-vocab
(O) Word: run-test-file
(U) Quotation: [
{ "refs/heads/master" }
[ ~quotation~ with-empty-test-git-repo ] \ (unit-test) 26
experiment =>
{ } [ ~quotation~ with-zero-byte-file-repo ] \ (unit-test)
34 experiment
{ } [ ~quotation~ with-zero-byte-file-repo ] \ (unit-test)
40 experiment
{ ~commit~ } [
"tree 517e33595c3238dbffb4ce494390eb0a36de9604\nparent 1b744404..."
commit parse-new-git-object
] \ (unit-test) 68 experiment
{ ~commit~ } [
"tree 6622ae8805e7278666a932015e93f143cbb4caf8\nparent 71ad025a..."
commit parse-new-git-object
] \ (unit-test) 104 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ load-local 0 get-local experiment. 1 drop-locals ] curry
unless -2 get-local execute => 0 get-local -1 get-local [
2 load-locals -1 get-local 0 get-local ~quotation~ curry
curry ~quotation~ if 2 drop-locals
] curry curry [ 2drop "Warning: test skipped!" print ] if
3 drop-locals
]
Word: experiment
(O) Word: (unit-test)
(O) Word: assert-sequence=
(O) Word: assert-sequence
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
current-continuation => error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
</pre><h1>Help lint failures</h1> <ul><li>resource:core/sequences/sequences-docs.factor</li></ul> Details: <pre>
==== resource:core/sequences/sequences-docs.factor
resource:core/sequences/sequences-docs.factor: 1508
Asset: T{ link f 2map-reduce }
$quotation stack effects in $values don't match
resource:core/sequences/sequences-docs.factor: 1588
Asset: T{ link f map-reduce }
$quotation stack effects in $values don't match
</pre><h2>Benchmarks</h2>
<table>
<tr><th>Benchmark</th><th>Time (seconds)</th></tr>
<tr><td>benchmark.3d-matrix-scalar</td><td>0.596326414</td></tr><tr><td>benchmark.3d-matrix-vector</td><td>0.013911363</td></tr><tr><td>benchmark.ant</td><td>0.087894366</td></tr><tr><td>benchmark.backtrack</td><td>0.131640236</td></tr><tr><td>benchmark.base64</td><td>0.026196127</td></tr><tr><td>benchmark.beust1</td><td>0.384713136</td></tr><tr><td>benchmark.beust2</td><td>0.273245952</td></tr><tr><td>benchmark.binary-search</td><td>0.089178734</td></tr><tr><td>benchmark.binary-trees</td><td>0.730058993</td></tr><tr><td>benchmark.bloom-filters</td><td>0.116022896</td></tr><tr><td>benchmark.bootstrap1</td><td>6.064659619</td></tr><tr><td>benchmark.busy-loop</td><td>0.465373451</td></tr><tr><td>benchmark.chameneos-redux</td><td>0.716804492</td></tr><tr><td>benchmark.combinatorics</td><td>0.037404321</td></tr><tr><td>benchmark.completion</td><td>0.345837043</td></tr><tr><td>benchmark.continuations</td><td>0.353838075</td></tr><tr><td>benchmark.crc32</td><td>0.103608226</td></tr><tr><td>benchmark.csv</td><td>0.043987284</td></tr><tr><td>benchmark.cuckoo-filters</td><td>2.164254607</td></tr><tr><td>benchmark.dawes</td><td>0.035172488</td></tr><tr><td>benchmark.dispatch1</td><td>0.573365632</td></tr><tr><td>benchmark.dispatch2</td><td>0.656124588</td></tr><tr><td>benchmark.dispatch3</td><td>0.941456714</td></tr><tr><td>benchmark.dispatch4</td><td>1.086556898</td></tr><tr><td>benchmark.dispatch5</td><td>0.339916777</td></tr><tr><td>benchmark.dispatch6</td><td>1.778257286</td></tr><tr><td>benchmark.dlists</td><td>0.279211881</td></tr><tr><td>benchmark.e-decimals</td><td>0.225737082</td></tr><tr><td>benchmark.e-ratios</td><td>0.033195304</td></tr><tr><td>benchmark.empty-loop-0</td><td>0.052904689</td></tr><tr><td>benchmark.empty-loop-1</td><td>0.161365307</td></tr><tr><td>benchmark.empty-loop-2</td><td>0.091332048</td></tr><tr><td>benchmark.euler150</td><td>2.402723684</td></tr><tr><td>benchmark.fannkuch</td><td>0.363344861</td></tr><tr><td>benchmark.fasta</td><td>0.928757796</td></tr><tr><td>benchmark.fib1</td><td>0.029155448</td></tr><tr><td>benchmark.fib2</td><td>0.030004449</td></tr><tr><td>benchmark.fib3</td><td>0.08507229700000001</td></tr><tr><td>benchmark.fib4</td><td>0.048674478</td></tr><tr><td>benchmark.fib5</td><td>0.154745893</td></tr><tr><td>benchmark.fib6</td><td>2.887804559</td></tr><tr><td>benchmark.fib7</td><td>0.172283947</td></tr><tr><td>benchmark.fib8</td><td>0.122799945</td></tr><tr><td>benchmark.find-pi</td><td>0.453520047</td></tr><tr><td>benchmark.flip</td><td>0.263262033</td></tr><tr><td>benchmark.gc0</td><td>1.154419299</td></tr><tr><td>benchmark.gc1</td><td>0.047483498</td></tr><tr><td>benchmark.gc2</td><td>11.522298808</td></tr><tr><td>benchmark.gc3</td><td>0.161088743</td></tr><tr><td>benchmark.hash-sets</td><td>0.570725503</td></tr><tr><td>benchmark.hashtables</td><td>0.467881308</td></tr><tr><td>benchmark.heaps</td><td>0.124442655</td></tr><tr><td>benchmark.interval-sets</td><td>0.523703256</td></tr><tr><td>benchmark.iteration</td><td>0.537304743</td></tr><tr><td>benchmark.json</td><td>0.133020644</td></tr><tr><td>benchmark.knucleotide</td><td>1.369516699</td></tr><tr><td>benchmark.lcs</td><td>0.225106377</td></tr><tr><td>benchmark.lexer</td><td>3.496949573</td></tr><tr><td>benchmark.linked-assocs</td><td>0.389715646</td></tr><tr><td>benchmark.make</td><td>0.756901509</td></tr><tr><td>benchmark.mandel</td><td>0.025887505</td></tr><tr><td>benchmark.matrix-exponential-scalar</td><td>1.785337935</td></tr><tr><td>benchmark.matrix-exponential-simd</td><td>0.0466914</td></tr><tr><td>benchmark.md5</td><td>0.014433268</td></tr><tr><td>benchmark.memoize</td><td>0.144985312</td></tr><tr><td>benchmark.msgpack</td><td>0.628501758</td></tr><tr><td>benchmark.mt</td><td>0.076132089</td></tr><tr><td>benchmark.namespaces</td><td>0.361402787</td></tr><tr><td>benchmark.nbody</td><td>1.026813486</td></tr><tr><td>benchmark.nbody-simd</td><td>0.078360045</td></tr><tr><td>benchmark.nested-empty-loop-1</td><td>0.03389688</td></tr><tr><td>benchmark.nested-empty-loop-2</td><td>0.183011689</td></tr><tr><td>benchmark.nsieve</td><td>0.114093144</td></tr><tr><td>benchmark.nsieve-bits</td><td>0.242436326</td></tr><tr><td>benchmark.nsieve-bytes</td><td>0.061623075</td></tr><tr><td>benchmark.parse-bignum</td><td>0.423693746</td></tr><tr><td>benchmark.parse-fixnum</td><td>0.319157639</td></tr><tr><td>benchmark.parse-float</td><td>3.699411829</td></tr><tr><td>benchmark.parse-ratio</td><td>0.191237115</td></tr><tr><td>benchmark.partial-sums</td><td>0.192472837</td></tr><tr><td>benchmark.pidigits</td><td>0.163647416</td></tr><tr><td>benchmark.random</td><td>0.083723249</td></tr><tr><td>benchmark.randomize</td><td>0.778036662</td></tr><tr><td>benchmark.raytracer</td><td>0.776543149</td></tr><tr><td>benchmark.raytracer-simd</td><td>0.120829548</td></tr><tr><td>benchmark.recursive</td><td>0.357031787</td></tr><tr><td>benchmark.regex-dna</td><td>0.451233289</td></tr><tr><td>benchmark.regexp</td><td>0.160164572</td></tr><tr><td>benchmark.reverse-complement</td><td>0.890906619</td></tr><tr><td>benchmark.ring</td><td>0.242492571</td></tr><tr><td>benchmark.sfmt</td><td>0.04567297</td></tr><tr><td>benchmark.sha1</td><td>0.107663646</td></tr><tr><td>benchmark.sieve</td><td>0.969747084</td></tr><tr><td>benchmark.simd-1</td><td>0.199833185</td></tr><tr><td>benchmark.sockets</td><td>2.371992946</td></tr><tr><td>benchmark.sort</td><td>0.908040457</td></tr><tr><td>benchmark.spectral-norm</td><td>0.337067798</td></tr><tr><td>benchmark.spectral-norm-simd</td><td>0.235156013</td></tr><tr><td>benchmark.splay</td><td>0.13544075</td></tr><tr><td>benchmark.splitting</td><td>0.214746641</td></tr><tr><td>benchmark.stack</td><td>0.272165193</td></tr><tr><td>benchmark.struct-arrays</td><td>0.203748748</td></tr><tr><td>benchmark.sum-file</td><td>0.256022849</td></tr><tr><td>benchmark.tcp-echo0</td><td>0.023761738</td></tr><tr><td>benchmark.tcp-echo1</td><td>0.451087559</td></tr><tr><td>benchmark.tcp-echo2</td><td>0.375411585</td></tr><tr><td>benchmark.terrain-generation</td><td>0.035745671</td></tr><tr><td>benchmark.timers</td><td>0.052117044</td></tr><tr><td>benchmark.tuple-arrays</td><td>0.246727503</td></tr><tr><td>benchmark.typecheck1</td><td>0.373180222</td></tr><tr><td>benchmark.typecheck2</td><td>0.347613691</td></tr><tr><td>benchmark.typecheck3</td><td>0.390340796</td></tr><tr><td>benchmark.udp-echo0</td><td>0.50833679</td></tr><tr><td>benchmark.udp-echo1</td><td>0.53149261</td></tr><tr><td>benchmark.udp-echo2</td><td>0.663530654</td></tr><tr><td>benchmark.ui-panes</td><td>0.06980061799999999</td></tr><tr><td>benchmark.unicode</td><td>0.191919115</td></tr><tr><td>benchmark.wrap</td><td>0.073540853</td></tr><tr><td>benchmark.xml</td><td>0.210843244</td></tr><tr><td>benchmark.yield</td><td>0.241941727</td></tr><tr><td>benchmark.yuv-to-rgb</td><td>0.037270846</td></tr>
</table></div> |