diff options
author | Anthony Wang | 2022-01-14 12:11:15 -0600 |
---|---|---|
committer | Anthony Wang | 2022-01-14 12:11:15 -0600 |
commit | d92aedbe8c10f6062e5b003b45e289c341959135 (patch) | |
tree | 777f0dde8f368da5abcea78dc145d0b19a5ace91 /README.md | |
parent | 3a9fe78bb74d3a8482d746524d7c8f2876d8692f (diff) |
Rerun tests and update summary
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -5,20 +5,20 @@ One program in a potpourri of programming languages. ``` Summary './testc' ran - 1.04 ± 0.34 times faster than './testcpp' - 1.28 ± 0.44 times faster than './testrs' - 1.55 ± 0.43 times faster than './testgo' - 1.92 ± 0.50 times faster than 'mono test.exe' - 3.36 ± 0.80 times faster than 'node test.js' - 3.62 ± 0.97 times faster than 'java test' - 5.75 ± 1.39 times faster than './tesths' - 10.10 ± 2.26 times faster than 'lua test.lua' - 14.64 ± 3.13 times faster than 'ruby test.rb' - 16.16 ± 3.49 times faster than 'julia test.jl' - 26.99 ± 5.82 times faster than 'python test.py' - 40.10 ± 8.57 times faster than 'perl test.pl' - 50.02 ± 10.75 times faster than 'ecl --shell test.lisp' - 182.08 ± 39.19 times faster than 'Rscript test.r' + 1.06 ± 0.30 times faster than './testcpp' + 1.21 ± 0.40 times faster than './testrs' + 1.31 ± 0.35 times faster than './testgo' + 2.12 ± 0.50 times faster than 'mono test.exe' + 3.59 ± 0.82 times faster than 'java test' + 3.66 ± 0.82 times faster than 'node test.js' + 5.43 ± 1.13 times faster than './tesths' + 10.00 ± 1.90 times faster than 'lua test.lua' + 15.52 ± 2.77 times faster than 'ruby test.rb' + 16.78 ± 3.00 times faster than 'julia test.jl' + 26.43 ± 4.69 times faster than 'python test.py' + 39.73 ± 7.00 times faster than 'perl test.pl' + 49.11 ± 8.64 times faster than 'ecl --shell test.lisp' + 186.17 ± 32.73 times faster than 'Rscript test.r' ``` ¯\\\_(ツ)\_/¯ |