From 59c5a44e243952a2fcccf406be21eb02daa8c2eb Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 23 Feb 2021 23:08:35 -0500 Subject: [PATCH] add timings.txt for PR #430 --- perf/mand/timings.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 perf/mand/timings.txt diff --git a/perf/mand/timings.txt b/perf/mand/timings.txt new file mode 100644 index 000000000..21793bacb --- /dev/null +++ b/perf/mand/timings.txt @@ -0,0 +1,32 @@ +As of 2021-02-23 + +gcc mand.c +go build mandg.go + +justtime python mand.py | wc -c +TIME IN SECONDS 4.213 -- python mand.py + 502002 + +justtime ruby mand.rb | wc -c +TIME IN SECONDS 1.306 -- ruby mand.rb + 502002 + +justtime a.out | wc -c +TIME IN SECONDS 0.110 -- a.out + 501501 + +justtime mandg | wc -c +TIME IN SECONDS 0.792 -- mandg + 500500 + +justtime ../../c/mlr -n put -q -f mand.mlr | wc -c +TIME IN SECONDS 3.607 -- ../../c/mlr -n put -q -f mand.mlr + 500500 + +justtime ../../go/mlr -n put -q -f mand.mlr | wc -c +TIME IN SECONDS 23.196 -- ../../go/mlr -n put -q -f mand.mlr + 500500 + +GOGC=1000 justtime ../../go/mlr -n put -q -f mand.mlr | wc -c +TIME IN SECONDS 17.079 -- ../../go/mlr -n put -q -f mand.mlr + 500500