From c991f86f6ff54e3a8cc6255caed26b5aeeb1a4fa Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 25 Apr 2017 11:48:11 +0900 Subject: [PATCH] update bench results --- README.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 8e26fb8..814ef5d 100644 --- a/README.rst +++ b/README.rst @@ -234,27 +234,27 @@ RAM: DDR3 1600Mhz 16GB Platform: Ubuntu 16.04 amd64 -Python 2.7.12 +Python 2.7.13 ^^^^^^^^^^^^^ -+----------+------------------+ -| | Request (call/s) | -+==========+==================+ -| chardet | 0.26 | -+----------+------------------+ -| cchardet | 1341.81 | -+----------+------------------+ ++-----------------+------------------+ +| | Request (call/s) | ++=================+==================+ +| chardet v3.0.2 | 0.36 | ++-----------------+------------------+ +| cchardet v2.0.1 | 1396.42 | ++-----------------+------------------+ -Python 3.6.0 +Python 3.6.1 ^^^^^^^^^^^^ -+----------+------------------+ -| | Request (call/s) | -+==========+==================+ -| chardet | 0.26 | -+----------+------------------+ -| cchardet | 1472.43 | -+----------+------------------+ ++-----------------+------------------+ +| | Request (call/s) | ++=================+==================+ +| chardet v3.0.2 | 0.35 | ++-----------------+------------------+ +| cchardet v2.0.1 | 1467.77 | ++-----------------+------------------+ LICENSE