Skip to content

Commit

Permalink
Merge pull request #30 from sontek/update_unicode_benchmarks
Browse files Browse the repository at this point in the history
Updated the numbers for the unicode benchmarks
  • Loading branch information
kenrobbins committed Sep 19, 2015
2 parents 40f7a64 + 79edf79 commit c080c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ compatible with the ``json`` module. Here are our current benchmarks:
+-----------------------------------------+--------+------------+------------+-----------+
| Array with 256 utf-8 strings | | | | |
+-----------------------------------------+--------+------------+------------+-----------+
| Encode | 1.98s | 2.36s | 1.70s | 1.45s |
| Encode | 1.98s | 2.36s | 5.09s | 1.45s |
+-----------------------------------------+--------+------------+------------+-----------+
| Decode | 2.77s | 13.58s | 1.42s | 7.19s |
| Decode | 2.77s | 13.58s | 2.42s | 7.19s |
+-----------------------------------------+--------+------------+------------+-----------+
| | | | | |
+-----------------------------------------+--------+------------+------------+-----------+
Expand Down

0 comments on commit c080c9d

Please sign in to comment.