diff --git a/test/tests.py b/test/tests.py index 7e55073..d2b3a33 100644 --- a/test/tests.py +++ b/test/tests.py @@ -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') \ No newline at end of file + print('cchardet:',1/(result_cchardet/do_times), 'call(s)/s') \ No newline at end of file