From 5152917ee8485982c50dbd5dc28fb4714848d52b Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Tue, 7 Nov 2023 11:00:35 +0300 Subject: [PATCH] Update Post.md --- docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md b/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md index 0145de4415..8aebc3ba58 100644 --- a/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md +++ b/docs/en/Community-Articles/2023-11-97-AOT-Compilation/Post.md @@ -40,7 +40,7 @@ I have created a simple console application to test the Native AOT Compilation. | | Size | Speed | | --- | --- | --- | -| .NET 8
Self-Contained, Single File | 65938 kb | 00.0051806 ~5ms | +| .NET 8
_(Self-Contained, Single File)_ | 65938 kb | 00.0051806 ~5ms | | .NET 7 AOT (default) | 4452 kb | 00.0029823 ~2ms | | .NET 8 AOT (default) | 1242 kb | 00.0028638 ~2ms | | AOT (Speed)| 1280 kb | 00.0023838 ~2ms |