tests: fix type :)
This commit is contained in:
parent
9f86a600d7
commit
b871390a3a
1 changed files with 1 additions and 1 deletions
|
@ -479,4 +479,4 @@ class TestCchardetSpeed():
|
|||
cchardet.detect(msg)
|
||||
result_cchardet += (time.time() - start_cchardet)
|
||||
print('chardet:',1/(result_chardet/do_times), 'call(s)/s')
|
||||
print('chardet:',1/(result_cchardet/do_times), 'call(s)/s')
|
||||
print('cchardet:',1/(result_cchardet/do_times), 'call(s)/s')
|
Loading…
Reference in a new issue