Skip to content

Commit d3ffb16

Browse files
committedNov 13, 2016
Added timings measurements
1 parent d1fb045 commit d3ffb16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎timings.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Run as: python -OO -m cProfile -s tottime timings.py > prof.txt
2+
3+
if __name__ == "__main__":
4+
from sphinxmix.SphinxClient import test_timing
5+
test_timing()

0 commit comments

Comments
 (0)