Skip to content

Commit b2f5f36

Browse files
committed
Add binary sizes to readme
1 parent 80e38a3 commit b2f5f36

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ We will be working on getting react-native core updated in order to use new vers
5252

5353
As a part of this project we provide a patch to react-native source code that allows for measuring react native application cold-start time. The methodology behind this test is to modify the part of the code that is responsible for loading JS bundle into the JS VM such that we measure and store the execution time, then we modify the process of instantiating the bridge in a way that allows for running in multiple times. To learn more about how the perf tests work and how to perform them refer to [this document](./TESTING.md). Results for Samsung Galaxy S4 are presented below:
5454

55-
| | android-jsc (r174650) | new JSC (r216995) |
56-
| ------------------- |----------------------:| -----------------:|
57-
| cold start time | 427 ms | 443 ms |
58-
| binary size (x86) | (TODO) | (TODO) |
59-
| binary size (armv7) | (TODO) | (TODO) |
60-
| binary size (arm64) | N/A | (TODO) |
55+
| | android-jsc (r174650) | new JSC (r216995) |
56+
| -------------------- |----------------------:| -----------------:|
57+
| cold start time | 427 ms | 443 ms |
58+
| binary size (armv7) | 1.8 MiB | 5.7 MiB |
59+
| binary size (x86) | 4.4 MiB | 10 MiB |
60+
| binary size (arm64) | N/A | 11 MiB |
61+
| binary size (x86_64) | N/A | 13 MiB |
6162

6263
## Credits
6364

0 commit comments

Comments
 (0)