Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagecell
Path: blob/master/timing/__init__.py
447 views
1
"""
2
The timing tests use a heavily-modified version of MultiMechanize, which is a framework for running stress tests of web applications. To test:
3
4
#. Download the `custom version of MultiMechanize <https://github.com/jasongrout/multi-mechanize>`_
5
#. Copy (or symbolic link) the ``timing`` directory into the ``projects`` directory of multi-mechanize
6
#. Get the web server running
7
#. Run ``python multi-mechanize.py timing`` from the multi-mechanize root directory
8
9
"""
10
11
12