fix
This commit is contained in:
parent
47cbdc30d8
commit
3c02f8766b
1 changed files with 5 additions and 0 deletions
|
@ -10,8 +10,13 @@ pip install or easy_install -U cython
|
||||||
|
|
||||||
# Benchmark
|
# Benchmark
|
||||||
see tests.TestCchardetSpeed
|
see tests.TestCchardetSpeed
|
||||||
|
|
||||||
Sample(shift_jis): testdata/wikipediaJa_One_Thousand_and_One_Nights.txt
|
Sample(shift_jis): testdata/wikipediaJa_One_Thousand_and_One_Nights.txt
|
||||||
|
|
||||||
|
## Result
|
||||||
|
|
||||||
chardet: 4.009999990463257s, shift_jis
|
chardet: 4.009999990463257s, shift_jis
|
||||||
|
|
||||||
cchardet: 0.0009999275207519531s shift_jis
|
cchardet: 0.0009999275207519531s shift_jis
|
||||||
|
|
||||||
# Contact
|
# Contact
|
||||||
|
|
Loading…
Reference in a new issue