Test Cowboy by simulating concurrent network requests

For an Elixir web service build with Cowboy is there any tool/method to simulate many (say 20’000) network requests to test the web services concurrency capabilities?

tsung–lots of people suggest Locust and wrk for load testing, but neither one of those can come close to keeping up with Cowboy unless you provision a larger number of nodes as clients