Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Sep 4, 2023
1 parent 28fb2ff commit 12c5791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Samples/Trimming/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ Example on producing minimal possible build size via disabling binaries embeddin
To test and measure final build size:
- Run `dotnet publish cs/Trimming.csproj`;
- Run `node main.mjs`.

### Measurements (KB)

| .NET | Raw | Brotli |
|--------------|-------|--------|
| 8.0.100-rc.2 | 2,280 | 776 |

0 comments on commit 12c5791

Please sign in to comment.