go-ftw icon indicating copy to clipboard operation
go-ftw copied to clipboard

Allow benchmark mode

Open jcchavezs opened this issue 1 year ago • 4 comments

Right now go-ftw executes requests one by one and then pull logs expecting the output to so the assertion.

While this is good, sometimes you want to profile and/or measure performance with close to real test data and go-ftw is a good option for this.

I wish go-ftw includes an option where N requests can be sent concurrently. This would allow to collect profiling data to debug latencies when evaluating and triggering rules.

jcchavezs avatar Mar 20 '23 00:03 jcchavezs