tests: fix type :)

This commit is contained in:
PyYoshi 2013-05-08 12:33:21 +09:00
parent 9f86a600d7
commit b871390a3a

View file

@ -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')