mozilla / videur

Deprecated: Lua scripts for Nginx
40 stars 8 forks source link

Load test POST filtering #8

Open tarekziade opened 10 years ago

tarekziade commented 10 years ago

Let's make sure the way we read the body is not impacting performances

see https://groups.google.com/forum/#!topic/openresty-en/qgSjFSSDVrg

tarekziade commented 10 years ago

What we need to do is to load test a dummy app that receives POST calls and see if the work done to check the body size is not adding too much overhead.

This will be done using a Loads script.