Created
October 28, 2015 14:43
-
-
Save krono/c990b5f77c64ff1485ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[14:41:04]ζtobias@Claudio ± structs | |
~/dev/pypy/pycket % ./pycket-c binarytrees-generic-boolean.rkt 18 | |
stretch tree of depth 19 check: 1 | |
524288 trees of depth 4 check: 262144 | |
131072 trees of depth 6 check: 65536 | |
32768 trees of depth 8 check: 16384 | |
8192 trees of depth 10 check: 4096 | |
2048 trees of depth 12 check: 1024 | |
512 trees of depth 14 check: 256 | |
128 trees of depth 16 check: 64 | |
32 trees of depth 18 check: 16 | |
long lived tree of depth 18 check: 0 | |
RESULT-cpu: 6188.0 | |
RESULT-gc: 0.0 | |
RESULT-total: 6188.0 | |
[15:41:37]ζtobias@Claudio ± structs | |
~/dev/pypy/pycket % ./pycket-c-ibfe binarytrees-generic-boolean.rkt 18 | |
stretch tree of depth 19 check: 1 | |
524288 trees of depth 4 check: 262144 | |
131072 trees of depth 6 check: 65536 | |
32768 trees of depth 8 check: 16384 | |
8192 trees of depth 10 check: 4096 | |
2048 trees of depth 12 check: 1024 | |
512 trees of depth 14 check: 256 | |
128 trees of depth 16 check: 64 | |
32 trees of depth 18 check: 16 | |
long lived tree of depth 18 check: 0 | |
RESULT-cpu: 5719.0 | |
RESULT-gc: 0.0 | |
RESULT-total: 5719.0 | |
[15:41:50]ζtobias@Claudio ± structs | |
~/dev/pypy/pycket % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment