...
HTTP Request | Course | API | # Request | # fails | Avg | Median | 95% |
---|---|---|---|---|---|---|---|
GET | MITx/6.002x/2013_Spring | Old | 159 | 0 | 4554 | 4500 | 4900 |
GET | MITx/6.002x/2013_Spring | New | 458 | 0 | 599 | 540 | 700 |
GET | course-v1:MITx+6.002x+2013 | Old | 159 | 0 | 9595 | 9500 | 9900 |
GET | course-v1:MITx+6.002x+2013 | New | 458 | 0 | 1768 | 2001700 | 1700 |
GET | edX/DemoX.1/2014 | Old | 159 | 0 | 254 | 230 | 330 |
GET | edX/DemoX.1/2014 | New | 458 | 0 | 71 | 63 | 180 |
GET | course-v1:edX+DemoX.1+split | Old | 159 | 0 | 254 | 230 | 1100 |
GET | course-v1:edX+DemoX.1+split | New | 458 | 0 | 217 | 200 | 360 |
...
Below is a step test for the new API for commit 16557901e9386ef736c834e9ecab0ec6898861afcommit 16557901e9386ef736c834e9ecab0ec6898861af
This test was run very quickly and may not represent accurate data. Analyze with caution.
Code Block | ||
---|---|---|
| ||
/usr/local/bin/locustauto --load_time 200 --ramp_up_time 200 --max_users 450 --max_user_hatch_rate 450 --steps 15 --directory courses_api --host=https://courses-loadtest.edx.org {'LOCUST_TASK_SET': 'NewApiTask', 'COURSE': 'demo_draft', 'RESOURCE': 'blocks+navigation locust --host=https://courses-loadtest.edx.org'} |
...