Files
libsignal/java/code_size.json
Jordan Rose 1142c5f43c CI: Add a check for code size growth in the arm64 Android library
Sample output:

    current build is 0% larger than v0.3.4 (current: 1957208 bytes, v0.3.4: 1949016 bytes)
       0.1.5: *********** (1079472 bytes)
       0.1.6: *********** (1153216 bytes)
       0.1.7: *********** (1153216 bytes)
       0.2.0: ************ (1222832 bytes)
       0.2.2: ************* (1267888 bytes)
       0.2.2: ************** (1382592 bytes)
       0.2.3: *************** (1489088 bytes)
       0.3.4: ******************* (1949016 bytes)
     current: ******************* (1957208 bytes)
2021-03-15 18:40:47 -07:00

10 lines
362 B
JSON

[
{ "version": "0.1.5", "size": 1079472 },
{ "version": "0.1.6", "size": 1153216 },
{ "version": "0.1.7", "size": 1153216 },
{ "version": "0.2.0", "size": 1222832 },
{ "version": "0.2.2", "size": 1267888 },
{ "version": "0.2.2", "size": 1382592 },
{ "version": "0.2.3", "size": 1489088 },
{ "version": "0.3.4", "size": 1949016 }
]