[Bug] Bruno freezes when try to show results of thousands of test assertions
If you create a test script with thousands of assertions and then run it (using the request tab or the runner) it does the assertions (I use some console logging to see it) but if freezes when try to show the results, while memory increases exponentially.
Note: Using cli is not an option here because of machine security policies. Edit: I am trying 240,000 assertions.
There has been discussion with runner executing in parallel which is also causing issues with memory and there is a pr to allow it to be executed serially. if your executing runner with multiple executions each creates its own thread and port all at the same time.. with 240k assertions x threads yes it will blow up your machine and will take hours to run.