Integration tests run your app on a device or emulator to check how parts work together. They do not affect your app's runtime speed or battery use when users run the app. However, running many integration tests can take time and use memory on your development machine or CI system.
Integration tests help catch bugs early, which improves app stability and user experience, indirectly supporting smooth performance.