New API load stressing/testing framework
I build a load stressing and testing/measuring framework on Ruby (mostly) for APIs. Take a look here! It uses underneath http gem which means it supports anything this gem supports. Also, you can customize the urls using pros/lambdas and have different strategies when sending the requests making it super easy to create any testing scenario.
Post a comment