Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.rst

File metadata and controls

25 lines (18 loc) · 1.01 KB

Build Status

Falcon multipart/form-data tests

This is a collection of extensive tests, long-running benchmarks and other tests that are too specific to the development of the multipart/form-data media handler for the Falcon web framework.

See also this Gist for design details, examples and progress updates.

"Normal" functionality is covered with tests that are shipped with the feature itself. This repository mainly focuses on streamlining three different scenarios:

  • Wrapped part stream read throughput for large files.
  • Tiny and/or buffer-misaligned reads.
  • Multipart forms with an insane amount of parts (although completely contrived for all practical purposes, but that helps in opimizing per-part parsing overhead).