mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ddec629bd7
commit
2462f6b832
@ -188,7 +188,7 @@ def timing():
|
||||
|
||||
for name, f in (('calibre', partial(parse, line_numbers=False)), ('html5lib', vanilla), ('calibre-old', html5_parse)):
|
||||
timings = []
|
||||
for i in xrange(5):
|
||||
for i in xrange(10):
|
||||
st = time.time()
|
||||
f(raw)
|
||||
timings.append(time.time() - st)
|
||||
|
Loading…
x
Reference in New Issue
Block a user