summaryrefslogtreecommitdiffstats
path: root/stress-test
AgeCommit message (Collapse)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-12-09chore: fix stress test (#3233)Blas Rodriguez Irizar
2020-12-07Add stress test (#3222)Blas Rodriguez Irizar
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