I've been using JMeter for a long time and during my research, I came across Apache Benchmark, which seemed a bit more simple load testing tool to me.
So my assumption is that; Apache Benchmark is more suitable choice for benchmarking one API at a time. And it won't be a good choice -and maybe impossible- for performing an end-to-end load test.
But I am also curious about if A/B has any kind of advantages over JMeter in terms of performance / benchmark testing.
Could you please explain?
Thanks...