Stress-test to detect any memory leaks etc. #60
Labels
performance
Performance related issues
priority: medium
Should be done before the library can be considered complete
testsuite
Problem with the test suite but not the main library
The main test suite is concerned with behaviour, not resource usage. We need to have a serious stress test, making thousands and thousands of connections, and thousands and thousands of calls on each connection, and verify that no resources get leaked. Might perhaps be useful to limit the heap and the stack size when we run these tests.
May require some changes to
http2
; see discussion in kazu-yamamoto/http2#78 .The text was updated successfully, but these errors were encountered: