Skip to content

Commit

Permalink
1.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Sep 20, 2016
1 parent ac61041 commit 5322531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MyCapytain/__init__.py
Expand Up @@ -10,5 +10,5 @@
"""

__name__ = "MyCapytain"
__version__ = "1.0.1"
__version__ = "1.0.2"
__all__ = ["common", "retrievers", "resources"]
6 changes: 6 additions & 0 deletions doc/MyCapytain.benchmark.rst
Expand Up @@ -7,31 +7,37 @@ run with timeit.sh on the main repo (You need PerseusDL/canonical-latinLit somew
with objectify and the third with a pickled object.

**Testing on Seneca, Single Simple Passage**

- 100 loops, best of 3: 4.45 msec per loop
- 100 loops, best of 3: 4.15 msec per loop
- 100 loops, best of 3: 3.75 msec per loop

**Testing range**

- 100 loops, best of 3: 7.63 msec per loop
- 100 loops, best of 3: 7.72 msec per loop
- 100 loops, best of 3: 6.66 msec per loop

**Testing with a deeper architecture**

- 100 loops, best of 3: 18.2 msec per loop
- 100 loops, best of 3: 14.3 msec per loop
- 100 loops, best of 3: 9.31 msec per loop

**Testing with a deeper architecture at the end**

- 100 loops, best of 3: 18.2 msec per loop
- 100 loops, best of 3: 14.2 msec per loop
- 100 loops, best of 3: 9.34 msec per loop

**Testing with a deeper architecture with range**

- 100 loops, best of 3: 19.3 msec per loop
- 100 loops, best of 3: 14.3 msec per loop
- 100 loops, best of 3: 9.9 msec per loop

**Testing with complicated XPATH**

- 100 loops, best of 3: 751 usec per loop
- 100 loops, best of 3: 770 usec per loop
- 100 loops, best of 3: 617 usec per loop

0 comments on commit 5322531

Please sign in to comment.