Website stress test in Python - Django
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-04-09T02:26:27Z
Indexed on
2010/04/09
2:33 UTC
Read the original article
Hit count: 306
Hi folks,
I'm trying to build a small stress test script to test how quickly a set of requests gets done.
Need to measure speed for 100 requests.
Problem is that I wouldn't know how to implement it, as it would require parallel url requests to be called.
Any ideas?
© Stack Overflow or respective owner