...
Expand |
---|
title | DELETE will be best tested with the other endpoints |
---|
|
For every DELETE thread, we POST a Thread and then GET a thread from the thread pool. This was tested against a t2.large.sandbox. Name | reqs | # | fails | Avg | Min | Max | Median | req/s |
---|
DELETE | DELETE_thread | 305 | 1(0.33%) | 203 | 137 | 352 | 190 | 3 | GET | GET_thread_list | 306 | 0(0.00%) | 190 | 154 | 420 | 170 | 2.9 | POST | POST_thread | 306 | 0(0.00%) | 127 | 102 | 277 | 110 | 3 |
|
Anchor |
---|
| /comments/get |
---|
| /comments/get |
---|
|
...
Anchor |
---|
| /comments/post |
---|
| /comments/post |
---|
|
POST should be similar to to POSTing threads.
Anchor |
---|
| /comments/comment_id/patch |
---|
| /comments/comment_id/patch |
---|
|
Expand |
---|
title | As with PATCHing a thread, body edit size did not seem to matter. Boolean patches also seemed to be the same. |
---|
|
Name | reqs | # | fails | Avg | Min | Max | Median | req/s | GET | GET_comment_list | 916 | 0(0.00%) | 260 | 119 | 643 | 240 | 3 | GET | GET_thread_list | 916 | 0(0.00%) | 275 | 187 | 571 | 260 | 2.9 | PATCH | abuse_flag_comment | 47 | 0(0.00%) | 271 | 159 | 513 | 260 | 0.4 | PATCH | edit_comment_with_10000char | 60 | 0(0.00%) | 307 | 205 | 498 | 300 | 0.2 | PATCH | edit_comment_with_1000char | 57 | 0(0.00%) | 264 | 165 | 448 | 250 | 0.2 | PATCH | edit_comment_with_250char | 71 | 0(0.00%) | 264 | 160 | 467 | 250 | 0.3 | PATCH | edit_comment_with_4char | 76 | 0(0.00%) | 265 | 166 | 469 | 250 | 0.4 | PATCH | edit_comment_with_5000char | 60 | 0(0.00%) | 293 | 195 | 597 | 280 | 0.1 | PATCH | vote_on_comment | 547 | 0(0.00%) | 283 | 130 | 641 | 270 | 1.5 |
|
...