django-workload
django-workload copied to clipboard
Simulate a Django web stack
Is there is any change required or you want to update any thing from this project?
The Django module breaks with master branch of CPython 3.7 due to https://github.com/python/cpython/commit/9165f77d5f93a2c12aa0e90853e3ae7212800d3c. Link of issue corresponding to commit : https://bugs.python.org/issue32012 This issue is known to Django community members and...
The django-workload is incompatible with CPython 3.7-a2 because of the dependency of cassandra-driver on Cython. In CPython 3.7-a2, they have changed await to keyword which is used in Cython as...
Hi, Currently the workload installation instructions are scattered across different folders and it might be difficult to follow. We propose creating an installation script that will automate the process of...
Hi, Currently, the network configuration is only present in the django-workload/client/README.md file. Since the client and the workload can be on different machines, it would be a good idea to...