Azure / azure-functions-nodejs-e2e-tests

End-to-end tests covering the Node.js experience on Azure Functions
MIT License
7 stars 3 forks source link

Http stream end to end tests #32

Closed ejizba closed 8 months ago

ejizba commented 8 months ago

These tests include:

These tests are not meant to be exhaustive performance/stress testing and do not represent the limits of what the feature can do, just the limits of what I wanted to included in our end-to-end tests. I still want separate perf testing

I'm still testing streaming both on and off, with the former as the default and the latter as a part of the "oldConfig" test pass.