xamarin-macios/tools/app-compare
Sebastien Pouliot 4ba7bf3b9d
[tests][dotnet] A few helping touch to do size comparison (#11446)
- Make git ignore the generated `report.md`
- Fix `.aotdata` reported total size in reports (was always 0)
- Add option to strip the dotnet app bundle (until [1]) so it's easier to compare with _oldnet_ sizes.

[1] https://github.com/xamarin/xamarin-macios/issues/11445
2021-05-05 19:15:18 -04:00
..
.gitignore [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00
AppComparer.cs [tests][dotnet] A few helping touch to do size comparison (#11446) 2021-05-05 19:15:18 -04:00
DirectoryComparer.cs [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00
Program.cs [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00
README.md [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00
app-compare.csproj [tests[ Add app bundle size comparison between legacy and dotnet (#11149) 2021-04-07 16:10:40 -04:00

README.md

Application Comparer

Compare the file sizes between two versions of the same app bundle.

The tool outputs markdown so it's easier to read from a gist.

Usage

dotnet run <app1> <app2>

Example

dotnet run MyOldApp.app MyNewApp.app > out
gist out -t md -o