Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleDELETE 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.

Namereqs#failsAvgMinMaxMedianreq/s
DELETEDELETE_thread3051(0.33%)2031373521903
GETGET_thread_list3060(0.00%)1901544201702.9
POSTPOST_thread3060(0.00%)1271022771103

/comments/ 

GET: 
Anchor
/comments/get
/comments/get

...

POST: 
Anchor
/comments/post
/comments/post

POST should be similar to to POSTing threads

/comments/comment_id

PATCH: 
Anchor
/comments/comment_id/patch
/comments/comment_id/patch

Expand
titleAs with PATCHing a thread, body edit size did not seem to matter. Boolean patches also seemed to be the same.
Namereqs#failsAvgMinMaxMedianreq/s
GETGET_comment_list9160(0.00%)2601196432403
GETGET_thread_list9160(0.00%)2751875712602.9
PATCHabuse_flag_comment470(0.00%)2711595132600.4
PATCHedit_comment_with_10000char600(0.00%)3072054983000.2
PATCHedit_comment_with_1000char570(0.00%)2641654482500.2
PATCHedit_comment_with_250char710(0.00%)2641604672500.3
PATCHedit_comment_with_4char760(0.00%)2651664692500.4
PATCHedit_comment_with_5000char600(0.00%)2931955972800.1
PATCHvote_on_comment5470(0.00%)2831306412701.5

...