Add some tests and move some docs
This commit is contained in:
parent
ebe84167e7
commit
abfbba3c10
7 changed files with 179 additions and 129 deletions
5
bench.PL
5
bench.PL
|
|
@ -164,6 +164,9 @@ be a good measure". I've used these benchmarks to find and optimize hotspots in
|
|||
FU, which in turn means these numbers may look better than they are in
|
||||
real-world use.
|
||||
|
||||
B<DISCLAIMER#3:> Many of these benchmarks exists solely to test edge case
|
||||
performance, these numbers are not representative for real-world use.
|
||||
|
||||
=head1 MODULE VERSIONS
|
||||
|
||||
The following module versions were used:
|
||||
|
|
@ -176,7 +179,7 @@ The following module versions were used:
|
|||
|
||||
=head1 BENCHMARKS
|
||||
|
||||
=head2 JSON Formatting
|
||||
=head2 JSON Parsing & Formatting
|
||||
|
||||
These benchmarks run on large-ish arrays with repeated values. JSON encoding is
|
||||
sufficiently fast that Perl function calling overhead tends to dominate for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue