api-performance-tests icon indicating copy to clipboard operation
api-performance-tests copied to clipboard

More tests

Open provinzkraut opened this issue 3 years ago • 1 comments

Things that we need tests for:

  • [x] File upload
  • [ ] Parsing of incoming data (Starlite + FastAPI only)
  • [x] Handling of request bodies (text/form/json)
  • [ ] Websockets (More complex, needs a different benchmarking tool)

provinzkraut avatar Nov 28 '22 12:11 provinzkraut

  • multipart form data (complex type, dictionary + files, dictionary only, files only, file list etc.)
  • url encoded form data.
  • reading of cookie parameters
  • reading of header parameters

Goldziher avatar Dec 01 '22 13:12 Goldziher