Build report for macosx/x86.64
Timings
boot-time | 00:16:13 |
load-time | 00:38:11 |
test-time | 01:30:18 |
help-lint-time | 00:00:46 |
benchmark-time | 00:33:32 |
html-help-time | 00:15:32 |
Unit test failures
- resource:basis/io/sockets/secure/openssl/openssl-tests.factor
- resource:basis/tools/profiler/sampling/sampling-tests.factor
- resource:basis/unix/signals/signals-tests.factor
- resource:extra/pcre/pcre-tests.factor
Details:
==== resource:basis/io/sockets/secure/openssl/openssl-tests.factor
resource:basis/io/sockets/secure/openssl/openssl-tests.factor: 6
Unit Test: { { 200 } [ "https://www.google.se" http-get drop code>> ] }
Certificate verification failed
result X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
(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: [
{ 200 } [ "https://www.google.se" http-get drop code>> ]
\ (unit-test) 6 experiment => [
<http-server> 8887 >>insecure f >>secure
~quotation~ with-threaded-server
] \ (must-fail) 12 experiment
[ "test" 33 <ssl-handle> handle>> check-subject-name ]
[ certificate-missing-error? ] \ (must-fail-with) 17
experiment
{ t } [ "badssl.com" "*.badssl.com" subject-names-match? ]
\ (unit-test) 19 experiment
{ t }
[ "www.badssl.com" "*.badssl.com" subject-names-match? ]
\ (unit-test) 20 experiment
{ f }
[ "foo.bar.badssl.com" "*.badssl.com" subject-names-match? ]
\ (unit-test) 21 experiment
{ f } [ ".com" "*.badssl.com" subject-names-match? ]
\ (unit-test) 22 experiment
{ f } [
33 fake-fd boa <ssl-handle> ~quotation~ ignore-errors
connected>>
] \ (unit-test) 30 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
Word: experiment
(O) Word: (unit-test)
(U) Quotation: [
[ ~quotation~ dip swap ~quotation~ dip ] dip swap
[ call get-datastack ] dip => swap [ set-datastack ] dip
]
(U) Quotation: [ call => get-datastack ]
(U) Quotation: [ "https://www.google.se" http-get => drop code>> ]
(O) Word: http-request
(O) Word: http-request*
(O) Word: ( gensym )
(O) Word: <request-socket>
(O) Word: <client>
(O) Method: M\ secure-inet (client)
(O) Method: M\ openssl check-certificate
(O) Word: check-verify-result
(O) Word: certificate-verify-error
(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/tools/profiler/sampling/sampling-tests.factor
resource:basis/tools/profiler/sampling/sampling-tests.factor: 24
Unit Test: {
{ t t t t t t t t t t }
[
10 [
[
100
[ 1000 random (byte-array) >boolean t assert= ]
times gc
] profile raw-profile-data get-global >boolean
] times
]
}
=== Expected:
t
t
t
t
t
t
t
t
t
t
=== Got:
f
f
f
f
f
f
f
f
f
f
(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: [
{ 5 } [ ~array~ 1 2 collect-tops keys first ] \ (unit-test)
11 experiment
{ } [ 10 ~quotation~ times ] \ (unit-test) 15 experiment
[ 10 ~quotation~ times ] [ boom? ] \ (must-fail-with) 16
experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 24 experiment =>
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 32 experiment
{ t t } [ 2 ~quotation~ times ] \ (unit-test) 39 experiment
{ t }
[ ~quotation~ profile raw-profile-data get-global >boolean ]
\ (unit-test) 44 experiment f raw-profile-data set-global gc
{ t t } [
~quotation~ profile get-samples length 0 >
OBJ-SAMPLE-CALLSTACKS special-object first 0 >
] \ (unit-test) 54 experiment
{ t } [ gc ~quotation~ profile get-samples length 1 <= ]
\ (unit-test) 61 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
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
]
resource:basis/tools/profiler/sampling/sampling-tests.factor: 32
Unit Test: {
{ t t t t t t t t t t }
[
10 [
[
100
[ 1000 random (byte-array) >boolean t assert= ]
times compact-gc
] profile raw-profile-data get-global >boolean
] times
]
}
=== Expected:
t
t
t
t
t
t
t
t
t
t
=== Got:
f
f
f
f
f
f
f
f
f
f
(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: [
{ 5 } [ ~array~ 1 2 collect-tops keys first ] \ (unit-test)
11 experiment
{ } [ 10 ~quotation~ times ] \ (unit-test) 15 experiment
[ 10 ~quotation~ times ] [ boom? ] \ (must-fail-with) 16
experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 24 experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 32 experiment =>
{ t t } [ 2 ~quotation~ times ] \ (unit-test) 39 experiment
{ t }
[ ~quotation~ profile raw-profile-data get-global >boolean ]
\ (unit-test) 44 experiment f raw-profile-data set-global gc
{ t t } [
~quotation~ profile get-samples length 0 >
OBJ-SAMPLE-CALLSTACKS special-object first 0 >
] \ (unit-test) 54 experiment
{ t } [ gc ~quotation~ profile get-samples length 1 <= ]
\ (unit-test) 61 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
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
]
resource:basis/tools/profiler/sampling/sampling-tests.factor: 39
Unit Test: {
{ t t }
[
2 [
[ 1 seconds sleep ] profile
raw-profile-data get-global >boolean
] times
]
}
=== Expected:
t
t
=== Got:
f
f
(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: [
{ 5 } [ ~array~ 1 2 collect-tops keys first ] \ (unit-test)
11 experiment
{ } [ 10 ~quotation~ times ] \ (unit-test) 15 experiment
[ 10 ~quotation~ times ] [ boom? ] \ (must-fail-with) 16
experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 24 experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 32 experiment
{ t t } [ 2 ~quotation~ times ] \ (unit-test) 39 experiment
=>
{ t }
[ ~quotation~ profile raw-profile-data get-global >boolean ]
\ (unit-test) 44 experiment f raw-profile-data set-global gc
{ t t } [
~quotation~ profile get-samples length 0 >
OBJ-SAMPLE-CALLSTACKS special-object first 0 >
] \ (unit-test) 54 experiment
{ t } [ gc ~quotation~ profile get-samples length 1 <= ]
\ (unit-test) 61 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
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
]
resource:basis/tools/profiler/sampling/sampling-tests.factor: 44
Unit Test: {
{ t }
[
[ 1000000 <iota> [ sq sq sq ] map >boolean t assert= ]
profile raw-profile-data get-global >boolean
]
}
=== Expected:
t
=== Got:
f
(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: [
{ 5 } [ ~array~ 1 2 collect-tops keys first ] \ (unit-test)
11 experiment
{ } [ 10 ~quotation~ times ] \ (unit-test) 15 experiment
[ 10 ~quotation~ times ] [ boom? ] \ (must-fail-with) 16
experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 24 experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 32 experiment
{ t t } [ 2 ~quotation~ times ] \ (unit-test) 39 experiment
{ t }
[ ~quotation~ profile raw-profile-data get-global >boolean ]
\ (unit-test) 44 experiment => f raw-profile-data set-global
gc
{ t t } [
~quotation~ profile get-samples length 0 >
OBJ-SAMPLE-CALLSTACKS special-object first 0 >
] \ (unit-test) 54 experiment
{ t } [ gc ~quotation~ profile get-samples length 1 <= ]
\ (unit-test) 61 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
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
]
resource:basis/tools/profiler/sampling/sampling-tests.factor: 54
Unit Test: {
{ t t }
[
[ "resource:basis/tools/memory/memory.factor" run-file ]
profile get-samples length 0 >
OBJ-SAMPLE-CALLSTACKS special-object first 0 >
]
}
=== Expected:
t
t
=== Got:
f
f
(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: [
{ 5 } [ ~array~ 1 2 collect-tops keys first ] \ (unit-test)
11 experiment
{ } [ 10 ~quotation~ times ] \ (unit-test) 15 experiment
[ 10 ~quotation~ times ] [ boom? ] \ (must-fail-with) 16
experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 24 experiment
{ t t t t t t t t t t } [ 10 ~quotation~ times ]
\ (unit-test) 32 experiment
{ t t } [ 2 ~quotation~ times ] \ (unit-test) 39 experiment
{ t }
[ ~quotation~ profile raw-profile-data get-global >boolean ]
\ (unit-test) 44 experiment f raw-profile-data set-global gc
{ t t } [
~quotation~ profile get-samples length 0 >
OBJ-SAMPLE-CALLSTACKS special-object first 0 >
] \ (unit-test) 54 experiment =>
{ t } [ gc ~quotation~ profile get-samples length 1 <= ]
\ (unit-test) 61 experiment
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
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
]
==== resource:basis/unix/signals/signals-tests.factor
resource:basis/unix/signals/signals-tests.factor: 24
Unit Test: {
[ 1 ]
[
sigusr1-count get-global SIGUSR1 raise drop
1.0 seconds sleep sigusr1-count get-global swap -
]
}
=== Expected:
1
=== Got:
0
(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: [
0 sigusr1-count set-global "=========" print
"NOTE: This test uses SIGUSR1. It may break or cause unwanted ..."
print "if other SIGUSR1 handlers are installed." print
"=========" print
flush test-sigusr1-handler SIGUSR1 add-signal-handler
[ ~quotation~ ~quotation~ \ (unit-test) 24 experiment ]
[ test-sigusr1-handler SIGUSR1 remove-signal-handler ]
finally =>
{ 0 } [
sigusr1-count get-global SIGUSR1 raise drop
1.0 seconds sleep sigusr1-count get-global swap -
] \ (unit-test) 33 experiment
]
(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: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
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
]
==== resource:extra/pcre/pcre-tests.factor
resource:extra/pcre/pcre-tests.factor: 158
Unit Test: {
{ t }
[
"http://factorcode.org/" http-get nip
"href=\"(?P<link>[^\"]+)\"" findall [ "link" of ] map
sequence?
]
}
Certificate verification failed
result X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY
(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: [
{ ~array~ } [ "Bords, words, word." ~array~ split-subseqs ]
\ (unit-test) 10 experiment
{ ~array~ } [
"(?P<year>\\d{4})-(?P<month>\\d{2})-(?P<day>\\d{2})"
<compiled-pcre> nametable>>
] \ (unit-test) 15 experiment
{ t } [ "foo" (pcre) 3array rest ~array~ member? ]
\ (unit-test) 23 experiment
{ ~array~ } [ iso-date <pcre> ~array~ ~quotation~ with map ]
\ (unit-test) 28 experiment
{ t } [ "foo" <compiled-pcre> PCRE_UTF8 has-option? ]
\ (unit-test) 32 experiment
{ t } [
"foo" <compiled-pcre> version 8.1 >
~quotation~ ~quotation~ if
] \ (unit-test) 38 experiment os unix?
[ ~quotation~ ~quotation~ \ (unit-test) 40 experiment ] when
{ 1 } [ PCRE_CONFIG_UTF8 pcre-config ] \ (unit-test) 43
experiment
{ 1 } [ PCRE_CONFIG_UNICODE_PROPERTIES pcre-config ]
\ (unit-test) 45 experiment
{ t } [ ~quotation~ ~quotation~ recover ~array~ member? ]
\ (unit-test) 52 experiment
{ t } [ ~quotation~ ~quotation~ recover ~array~ member? ]
\ (unit-test) 56 experiment
{ 33 } [ ~quotation~ ~quotation~ recover ] \ (unit-test) 61
experiment
{ ~array~ }
[ "1999-01-12" iso-date <compiled-pcre> findall first ]
\ (unit-test) 68 experiment
{ 3 } [
"2003-10-09 1999-09-01 1514-10-20" iso-date
<compiled-pcre> findall length
] \ (unit-test) 72 experiment
{ 5 } [ "abcdef" "[a-e]" findall length ] \ (unit-test) 74
experiment
{ 3 } [ "foo bar baz" "foo|bar|baz" findall length ]
\ (unit-test) 76 experiment
{ 3 } [ "örjan är åtta" "[åäö]" findall length ]
\ (unit-test) 78 experiment
{ 3 } [ "ÅÄÖ" "\\p{Lu}" findall length ] \ (unit-test) 80
experiment
{ 3 }
[ "foobar" "foo(?=bar)" findall first first second length ]
\ (unit-test) 82 experiment
{ ~array~ } [ "Words, words, word." "\\W+" findall ]
\ (unit-test) 86 experiment ~86 more~
]
(U) Quotation: [
2 load-locals -1 get-local <experiment> load-local
silent-tests? get 0 get-local
[ 1 load-locals 0 get-local 1 drop-locals experiment. ]
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~ 2 drop-locals if
] curry curry
[ 2drop "Warning: test skipped!" print ] 3 drop-locals if
]
Word: experiment
(O) Word: (unit-test)
(U) Quotation: [
[ ~quotation~ dip swap ~quotation~ dip ] dip swap
[ call get-datastack ] dip => swap [ set-datastack ] dip
]
(U) Quotation: [ call => get-datastack ]
(U) Quotation: [
"http://factorcode.org/" http-get => nip
"href=\"(?P<link>[^\"]+)\"" findall [ "link" of ] map
sequence?
]
(O) Word: http-request
(O) Word: http-request*
(O) Word: ( gensym )
(O) Word: ( gensym )
(O) Word: <request-socket>
(O) Word: <client>
(O) Method: M\ secure-inet (client)
(O) Method: M\ openssl check-certificate
(O) Word: check-verify-result
(O) Word: certificate-verify-error
(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
]
Benchmarks
Benchmark | Time (seconds) |
benchmark.3d-matrix-scalar | 1.884144907 |
benchmark.3d-matrix-vector | 0.058399607 |
benchmark.ant | 0.322524639 |
benchmark.backtrack | 0.422438356 |
benchmark.base64 | 0.08713800100000001 |
benchmark.beust1 | 1.296860725 |
benchmark.beust2 | 0.821964703 |
benchmark.binary-search | 0.302218872 |
benchmark.binary-trees | 2.964264747 |
benchmark.bloom-filters | 0.43974926 |
benchmark.bootstrap1 | 20.784864547 |
benchmark.busy-loop | 1.524604379 |
benchmark.chameneos-redux | 3.713610424 |
benchmark.combinatorics | 0.125401986 |
benchmark.completion | 1.398258117 |
benchmark.continuations | 1.128614844 |
benchmark.crc32 | 0.304128511 |
benchmark.csv | 0.144945723 |
benchmark.cuckoo-filters | 7.503160161 |
benchmark.dawes | 0.10978438 |
benchmark.dispatch1 | 2.722366785 |
benchmark.dispatch2 | 2.420018451 |
benchmark.dispatch3 | 3.101520179 |
benchmark.dispatch4 | 3.933344041 |
benchmark.dispatch5 | 1.041185233 |
benchmark.dispatch6 | 6.181760148 |
benchmark.dlists | 0.814847866 |
benchmark.e-decimals | 0.805521383 |
benchmark.e-ratios | 0.125778006 |
benchmark.empty-loop-0 | 0.176599492 |
benchmark.empty-loop-1 | 0.407332148 |
benchmark.empty-loop-2 | 0.201379726 |
benchmark.euler150 | 8.980377832 |
benchmark.fannkuch | 1.306872125 |
benchmark.fasta | 2.187908325 |
benchmark.fib1 | 0.170779601 |
benchmark.fib2 | 0.172734132 |
benchmark.fib3 | 0.379940411 |
benchmark.fib4 | 0.202572377 |
benchmark.fib5 | 0.517032147 |
benchmark.fib6 | 10.012612222 |
benchmark.fib7 | 0.688871784 |
benchmark.fib8 | 0.423834972 |
benchmark.find-pi | 1.944043632 |
benchmark.flip | 0.8096569219999999 |
benchmark.gc0 | 3.515108258 |
benchmark.gc1 | 0.159038658 |
benchmark.gc2 | 26.920993958 |
benchmark.gc3 | 0.5900027879999999 |
benchmark.hash-sets | 1.866418278 |
benchmark.hashtables | 1.528467758 |
benchmark.heaps | 0.377994009 |
benchmark.interval-sets | 1.179511713 |
benchmark.iteration | 1.817508477 |
benchmark.json | 0.42731776 |
benchmark.knucleotide | 4.541353319 |
benchmark.lcs | 0.6903442360000001 |
benchmark.lexer | 13.268327794 |
benchmark.linked-assocs | 1.364755441 |
benchmark.make | 4.353856362 |
benchmark.mandel | 0.087008397 |
benchmark.matrix-exponential-scalar | 5.83243074 |
benchmark.matrix-exponential-simd | 0.177152525 |
benchmark.md5 | 0.04241784 |
benchmark.memoize | 0.541813109 |
benchmark.msgpack | 2.219145166 |
benchmark.mt | 0.250931356 |
benchmark.namespaces | 1.211403261 |
benchmark.nbody | 3.972251996 |
benchmark.nbody-simd | 0.700793444 |
benchmark.nested-empty-loop-1 | 0.083893765 |
benchmark.nested-empty-loop-2 | 0.524835407 |
benchmark.nsieve | 0.80671014 |
benchmark.nsieve-bits | 0.678020599 |
benchmark.nsieve-bytes | 0.245887817 |
benchmark.parse-bignum | 1.548654387 |
benchmark.parse-fixnum | 1.086442934 |
benchmark.parse-float | 14.597676498 |
benchmark.parse-ratio | 0.546876432 |
benchmark.partial-sums | 1.15786005 |
benchmark.pidigits | 0.552975912 |
benchmark.random | 0.278129184 |
benchmark.randomize | 2.225512405 |
benchmark.raytracer | 2.749866885 |
benchmark.raytracer-simd | 0.694915018 |
benchmark.recursive | 1.591252423 |
benchmark.regex-dna | 1.45803217 |
benchmark.regexp | 0.512481385 |
benchmark.reverse-complement | 3.00810947 |
benchmark.ring | 1.021805371 |
benchmark.sfmt | 0.174447541 |
benchmark.sha1 | 0.391104733 |
benchmark.sieve | 3.383147513 |
benchmark.simd-1 | 1.032664215 |
benchmark.sockets | 14.623029194 |
benchmark.sort | 2.483971707 |
benchmark.spectral-norm | 2.513194337 |
benchmark.spectral-norm-simd | 1.256775327 |
benchmark.splay | 0.459875102 |
benchmark.splitting | 0.666389561 |
benchmark.stack | 0.978738077 |
benchmark.struct-arrays | 1.127838142 |
benchmark.sum-file | 0.855617936 |
benchmark.tcp-echo0 | 0.155132321 |
benchmark.tcp-echo1 | 1.356097936 |
benchmark.tcp-echo2 | 1.513066367 |
benchmark.terrain-generation | 0.131322594 |
benchmark.timers | 0.280921876 |
benchmark.tuple-arrays | 0.793871276 |
benchmark.typecheck1 | 1.073006907 |
benchmark.typecheck2 | 1.091686694 |
benchmark.typecheck3 | 1.269841659 |
benchmark.udp-echo0 | 0.536509459 |
benchmark.udp-echo1 | 1.226185798 |
benchmark.udp-echo2 | 1.635907953 |
benchmark.ui-panes | 0.371284449 |
benchmark.unicode | 0.700623048 |
benchmark.wrap | 0.247532664 |
benchmark.xml | 0.825141381 |
benchmark.yield | 1.285465216 |
benchmark.yuv-to-rgb | 0.131997677 |