aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-12-31 14:40:49 -0600
committerAnthony Wang2021-12-31 14:40:49 -0600
commitfb25480d2a3b04abbcf1c0466cfb70ed61feaba1 (patch)
treed1c493af3de7fd5c1a66b2ab687826d6bc110b09
parentaa1842fc3e66fafed559b0d24f71fbf76c882f4b (diff)
Add hyperfine output to README
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7db5fd6..84a6353 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,24 @@
# [print("Hello, World!")](https://ta180m.github.io/2020/09/01/print-hello-world-part-0.html)
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'
+```
+
+¯\\\_(ツ)\_/¯ \ No newline at end of file