We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fb045 commit d3ffb16Copy full SHA for d3ffb16
timings.py
@@ -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