Hello,
any recommendation for tool that it is easy to integrate with for performance testing. for example gatling but it is written in scala and SBT and thus hard to adopt for Kotlin developers/ Java using gradle only. (trying to avoid magic tricks)
j
Jilles van Gurp
04/30/2020, 11:48 AM
not kotlin specific but vegeta is pretty easy to deal with. https://github.com/tsenart/vegeta
Written in go and all you need is a file with a list of urls and you can run it against some endpoint. Also comes with some options for producing graphs.