Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #1

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# StartupPerformance
Sample iOS project that measures the disk usage for app startup using XCUITest framework.
Sample iOS project that writes a 10MB file to the disk when the initial view is loaded.

This project includes the UI test `StartupPerformanceUITests.testStoragePerformance` that measures the disk usage during the period when the app launches and loads the initial view.

Screenshot taken from Xcode showing that ~12MB were written to disk during that period:

![](https://github.com/rsenerol/StartupPerformance/blob/rsenerol-patch-1/xcode-screenshot.png)
Binary file added xcode-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.