Add stress test (#3222)

Created a simple echo TCP server that on two different runtimes that is
called from a GitHub action using Valgrind to ensure that there are
no memory leaks.

Fixes: #3022
This commit is contained in:
Blas Rodriguez Irizar
2020-12-07 21:12:22 -08:00
committed by GitHub
parent 57dffb9dfe
commit e01391351b
4 changed files with 102 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ members = [
# Internal
"benches",
"examples",
"stress-test",
"tests-build",
"tests-integration",
]