This file contains 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
| tonyo@imac ~/projects/perl6-to-json$ ./bench.pl6 | |
| Benchmark: | |
| Timing 1 iterations of built-in, json-fast, pp6... | |
| built-in: 85.8942 wallclock secs @ 0.0116/s (n=1) | |
| (warning: too few iterations for a reliable count) | |
| json-fast: 86.6876 wallclock secs @ 0.0115/s (n=1) | |
| (warning: too few iterations for a reliable count) | |
| pp6: 2.0059 wallclock secs @ 0.4985/s (n=1) | |
| (warning: too few iterations for a reliable count) | |
| O-----------O--------O-----------O----------O------O | |
| | | s/iter | json-fast | built-in | pp6 | | |
| O===========O========O===========O==========O======O | |
| | json-fast | 86.7 | -- | -1% | -98% | | |
| | built-in | 85.9 | 1% | -- | -98% | | |
| | pp6 | 2.01 | 4222% | 4182% | -- | | |
| ---------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment