Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies, 0 views
Hello, @tresebay!
Did you try adding some delay when running performance tests?
_ = app.wait(for: .notRunning, timeout: 3)
This can stabilise metrics collection.