OSH Compute Performance

Running time and memory usage of programs that test data structures (as opposed to I/O).

Memory usage is measured in MB (powers of 10), not MiB (powers of 2).

Source code: oils/benchmarks/compute

hello (minimal startup)

host name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host _ _ bash 1 0 1 2.9
no-host _ _ dash 1 0 1 1.4
no-host _ _ awk 2 0 2 3.5
no-host _ _ bumpleak/osh 3 2 1 6.0
no-host _ _ opt/osh 3 2 1 6.8
no-host _ _ opt/osh-souffle 3 3 0 6.3
no-host _ _ python2 9 5 4 5.9

fibonacci (integers)

host name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host 200 44 awk 2 1 1 3.7
no-host 200 44 python2 10 6 4 6.2
no-host 200 44 opt/ysh-souffle 18 17 1 8.0
no-host 200 44 dash 19 18 1 1.6
no-host 200 44 opt/ysh 25 22 3 8.5
no-host 200 44 opt/osh-souffle 35 34 1 8.1
no-host 200 44 opt/osh 46 43 3 8.5
no-host 200 44 bash 59 57 2 3.1

for loop

host name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host 50000 _ awk 4 2 3 3.5
no-host 50000 _ python2 12 9 3 5.9
no-host 50000 _ opt/ysh-souffle 37 35 3 8.0
no-host 50000 _ opt/ysh 50 50 0 8.5
no-host 50000 _ dash 85 83 2 1.4
no-host 50000 _ opt/osh-souffle 154 150 4 8.1
no-host 50000 _ opt/osh 194 193 1 8.5
no-host 50000 _ bash 236 236 0 3.1

control flow

host name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host do_return 200 dash 82 82 0 1.7
no-host do_return 200 bash 349 347 2 3.1
no-host do_return 200 bumpleak/osh 392 369 23 264.1
no-host do_return 200 opt/osh-souffle 687 684 3 8.3
no-host do_return 200 opt/osh 711 708 3 8.7

word_freq (associative arrays / hash tables)

host name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host 10 configure python2 19 13 7 6.2
no-host 10 configure bumpleak/osh 47 34 15 51.8
no-host 10 configure opt/osh-souffle 53 43 13 9.0
no-host 10 configure opt/osh 63 53 13 9.3
no-host 10 configure bash 88 83 7 3.4

parse_help (strings, real code)

host name arg1 runtime label elapsed ms user ms sys ms max rss MB
no-host ls bash 13 9 5 3.3
no-host ls bumpleak/osh 22 13 9 11.4
no-host ls opt/osh 24 14 11 9.2
no-host ls opt/osh-souffle 24 15 9 8.8
no-host ls-short opt/osh-souffle 9 3 7 6.8
no-host ls-short bash 7 3 4 3.4
no-host ls-short bumpleak/osh 9 5 4 6.8
no-host ls-short opt/osh 9 7 2 7.2
no-host mypy bash 14 9 5 3.3
no-host mypy opt/osh-souffle 29 15 14 8.8
no-host mypy bumpleak/osh 27 16 11 13.4
no-host mypy opt/osh 30 16 14 9.2

bubble_sort (array of integers, arrays of strings)

host name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host bytes 200 python2 19 12 7 6.2
no-host bytes 200 bumpleak/osh 92 81 11 118.2
no-host bytes 200 opt/osh-souffle 107 103 4 7.9
no-host bytes 200 opt/osh 139 134 5 8.3
no-host bytes 200 bash 217 211 6 3.4
no-host int 200 python2 36 29 7 6.0
no-host int 200 bumpleak/osh 89 73 16 100.3
no-host int 200 opt/osh-souffle 104 99 5 7.9
no-host int 200 opt/osh 135 128 6 8.4
no-host int 200 bash 203 198 5 3.3

Interpreter and Host Details

shell label shell id
bash bash-36833674
dash dash-cea41b3e
python2 python2-38a62b8e
awk awk-3c188f05
opt/osh _bin/cxx-opt/osh-140e47d3
bumpleak/osh _bin/cxx-opt+bumpleak/osh-d28149cc
opt/osh-souffle _bin/cxx-opt/mycpp-souffle/osh-795fa810
opt/ysh _bin/cxx-opt/ysh-864a7e0c
opt/ysh-souffle _bin/cxx-opt/mycpp-souffle/ysh-ba8b25be
host label host id
no-host no-host-31404de8

Details

host name task name arg1 arg2 runtime label elapsed ms user ms sys ms max rss MB
no-host bubble_sort bytes 200 python2 19 12 7 6.2
no-host bubble_sort bytes 200 bumpleak/osh 92 81 11 118.2
no-host bubble_sort bytes 200 opt/osh-souffle 107 103 4 7.9
no-host bubble_sort bytes 200 opt/osh 139 134 5 8.3
no-host bubble_sort bytes 200 bash 217 211 6 3.4
no-host bubble_sort int 200 python2 36 29 7 6.0
no-host bubble_sort int 200 bumpleak/osh 89 73 16 100.3
no-host bubble_sort int 200 opt/osh-souffle 104 99 5 7.9
no-host bubble_sort int 200 opt/osh 135 128 6 8.4
no-host bubble_sort int 200 bash 203 198 5 3.3
no-host control_flow do_return 200 dash 82 82 0 1.7
no-host control_flow do_return 200 bash 349 347 2 3.1
no-host control_flow do_return 200 bumpleak/osh 392 369 23 264.1
no-host control_flow do_return 200 opt/osh-souffle 687 684 3 8.3
no-host control_flow do_return 200 opt/osh 711 708 3 8.7
no-host fib 200 44 awk 2 1 1 3.7
no-host fib 200 44 python2 10 6 4 6.2
no-host fib 200 44 opt/ysh-souffle 18 17 1 8.0
no-host fib 200 44 dash 19 18 1 1.6
no-host fib 200 44 opt/ysh 25 22 3 8.5
no-host fib 200 44 opt/osh-souffle 35 34 1 8.1
no-host fib 200 44 opt/osh 46 43 3 8.5
no-host fib 200 44 bash 59 57 2 3.1
no-host for_loop 50000 _ awk 4 2 3 3.5
no-host for_loop 50000 _ python2 12 9 3 5.9
no-host for_loop 50000 _ opt/ysh-souffle 37 35 3 8.0
no-host for_loop 50000 _ opt/ysh 50 50 0 8.5
no-host for_loop 50000 _ dash 85 83 2 1.4
no-host for_loop 50000 _ opt/osh-souffle 154 150 4 8.1
no-host for_loop 50000 _ opt/osh 194 193 1 8.5
no-host for_loop 50000 _ bash 236 236 0 3.1
no-host hello _ _ bash 1 0 1 2.9
no-host hello _ _ dash 1 0 1 1.4
no-host hello _ _ awk 2 0 2 3.5
no-host hello _ _ bumpleak/osh 3 2 1 6.0
no-host hello _ _ opt/osh 3 2 1 6.8
no-host hello _ _ opt/osh-souffle 3 3 0 6.3
no-host hello _ _ python2 9 5 4 5.9
no-host palindrome bytes _ python2 18 14 4 6.2
no-host palindrome bytes _ bumpleak/osh 136 92 44 164.5
no-host palindrome bytes _ bash 134 122 12 3.3
no-host palindrome bytes _ opt/osh-souffle 156 138 18 8.5
no-host palindrome bytes _ opt/osh 175 147 28 9.0
no-host palindrome unicode _ python2 21 8 13 6.0
no-host palindrome unicode _ bumpleak/osh 135 97 39 165.1
no-host palindrome unicode _ bash 136 111 26 3.4
no-host palindrome unicode _ opt/osh-souffle 157 128 29 8.4
no-host palindrome unicode _ opt/osh 176 152 24 9.0
no-host parse_help ls _ bash 13 9 5 3.3
no-host parse_help ls _ bumpleak/osh 22 13 9 11.4
no-host parse_help ls _ opt/osh 24 14 11 9.2
no-host parse_help ls _ opt/osh-souffle 24 15 9 8.8
no-host parse_help ls-short _ opt/osh-souffle 9 3 7 6.8
no-host parse_help ls-short _ bash 7 3 4 3.4
no-host parse_help ls-short _ bumpleak/osh 9 5 4 6.8
no-host parse_help ls-short _ opt/osh 9 7 2 7.2
no-host parse_help mypy _ bash 14 9 5 3.3
no-host parse_help mypy _ opt/osh-souffle 29 15 14 8.8
no-host parse_help mypy _ bumpleak/osh 27 16 11 13.4
no-host parse_help mypy _ opt/osh 30 16 14 9.2
no-host word_freq 10 configure python2 19 13 7 6.2
no-host word_freq 10 configure bumpleak/osh 47 34 15 51.8
no-host word_freq 10 configure opt/osh-souffle 53 43 13 9.0
no-host word_freq 10 configure opt/osh 63 53 13 9.3
no-host word_freq 10 configure bash 88 83 7 3.4

Stdout Files

host name task name arg1 arg2 runtime label stdout md5sum
no-host hello _ _ bash b1946ac92492d2347c6235b4d2611184
no-host hello _ _ dash b1946ac92492d2347c6235b4d2611184
no-host hello _ _ python2 b1946ac92492d2347c6235b4d2611184
no-host hello _ _ awk b1946ac92492d2347c6235b4d2611184
no-host hello _ _ opt/osh b1946ac92492d2347c6235b4d2611184
no-host hello _ _ bumpleak/osh b1946ac92492d2347c6235b4d2611184
no-host hello _ _ opt/osh-souffle b1946ac92492d2347c6235b4d2611184
no-host fib 200 44 bash ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 dash ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 python2 ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 awk ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 opt/osh ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 opt/osh-souffle ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 opt/ysh ddce9d5262dc4820e4e538b12a61f9d4
no-host fib 200 44 opt/ysh-souffle ddce9d5262dc4820e4e538b12a61f9d4
no-host for_loop 50000 _ bash 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ dash 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ python2 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ awk 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ opt/osh 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ opt/osh-souffle 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ opt/ysh 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host for_loop 50000 _ opt/ysh-souffle 85b2d8b92c123a3d0f5b8bce5d79d39b
no-host control_flow do_return 200 bash 9f43a6ed22efca2b6ebf407b181af6b0
no-host control_flow do_return 200 dash 9f43a6ed22efca2b6ebf407b181af6b0
no-host control_flow do_return 200 opt/osh 9f43a6ed22efca2b6ebf407b181af6b0
no-host control_flow do_return 200 bumpleak/osh 9f43a6ed22efca2b6ebf407b181af6b0
no-host control_flow do_return 200 opt/osh-souffle 9f43a6ed22efca2b6ebf407b181af6b0
no-host word_freq 10 configure bash a00fe32d8df01df1b0b8c717423a3eda
no-host word_freq 10 configure python2 a00fe32d8df01df1b0b8c717423a3eda
no-host word_freq 10 configure opt/osh a00fe32d8df01df1b0b8c717423a3eda
no-host word_freq 10 configure bumpleak/osh a00fe32d8df01df1b0b8c717423a3eda
no-host word_freq 10 configure opt/osh-souffle a00fe32d8df01df1b0b8c717423a3eda
no-host parse_help ls-short _ bash 1afe5984e4dfa04a5c2084811ccc370b
no-host parse_help ls _ bash 2d4cfb983a4bde9516c34bef6bfe656b
no-host parse_help mypy _ bash 3307e41430578aa391c4dc7b9923b6c1
no-host parse_help ls-short _ opt/osh 1afe5984e4dfa04a5c2084811ccc370b
no-host parse_help ls _ opt/osh 2d4cfb983a4bde9516c34bef6bfe656b
no-host parse_help mypy _ opt/osh 3307e41430578aa391c4dc7b9923b6c1
no-host parse_help ls-short _ bumpleak/osh 1afe5984e4dfa04a5c2084811ccc370b
no-host parse_help ls _ bumpleak/osh 2d4cfb983a4bde9516c34bef6bfe656b
no-host parse_help mypy _ bumpleak/osh 3307e41430578aa391c4dc7b9923b6c1
no-host parse_help ls-short _ opt/osh-souffle 1afe5984e4dfa04a5c2084811ccc370b
no-host parse_help ls _ opt/osh-souffle 2d4cfb983a4bde9516c34bef6bfe656b
no-host parse_help mypy _ opt/osh-souffle 3307e41430578aa391c4dc7b9923b6c1
no-host bubble_sort int 200 bash 304f7b9574921ad21a2bc72f200483d7
no-host bubble_sort bytes 200 bash 85509743b2f5735b32a108dbba770ee4
no-host bubble_sort int 200 python2 304f7b9574921ad21a2bc72f200483d7
no-host bubble_sort bytes 200 python2 85509743b2f5735b32a108dbba770ee4
no-host bubble_sort int 200 opt/osh 304f7b9574921ad21a2bc72f200483d7
no-host bubble_sort bytes 200 opt/osh 85509743b2f5735b32a108dbba770ee4
no-host bubble_sort int 200 bumpleak/osh 304f7b9574921ad21a2bc72f200483d7
no-host bubble_sort bytes 200 bumpleak/osh 85509743b2f5735b32a108dbba770ee4
no-host bubble_sort int 200 opt/osh-souffle 304f7b9574921ad21a2bc72f200483d7
no-host bubble_sort bytes 200 opt/osh-souffle 85509743b2f5735b32a108dbba770ee4
no-host palindrome unicode _ bash ef69a4a6287351d77e6959beca205e15
no-host palindrome bytes _ bash ef69a4a6287351d77e6959beca205e15
no-host palindrome unicode _ python2 c716827d1eac3e2e0ff0d7d4356e842c
no-host palindrome bytes _ python2 ef69a4a6287351d77e6959beca205e15
no-host palindrome unicode _ opt/osh c716827d1eac3e2e0ff0d7d4356e842c
no-host palindrome bytes _ opt/osh c716827d1eac3e2e0ff0d7d4356e842c
no-host palindrome unicode _ bumpleak/osh c716827d1eac3e2e0ff0d7d4356e842c
no-host palindrome bytes _ bumpleak/osh c716827d1eac3e2e0ff0d7d4356e842c
no-host palindrome unicode _ opt/osh-souffle c716827d1eac3e2e0ff0d7d4356e842c
no-host palindrome bytes _ opt/osh-souffle c716827d1eac3e2e0ff0d7d4356e842c