Fix Formatting of Optimisation Table (#18375)

# Objective

New markdown linter doesn't like this table.

## Solution

Fixed it.

## Testing

CI
This commit is contained in:
Zachary Harrold 2025-03-18 11:01:45 +11:00 committed by GitHub
parent e5158ed96c
commit 4fca331bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 16 deletions

View File

@ -304,14 +304,14 @@ may not be worth keeping due to compilation time increases.
For a small project with a basic 3d model and two lights, For a small project with a basic 3d model and two lights,
the generated file sizes are, as of July 2022, as follows: the generated file sizes are, as of July 2022, as follows:
|profile | wasm-opt | no wasm-opt | profile | wasm-opt | no wasm-opt
|----------------------------------|----------|-------------| ----------------------------------|----------|-------------
|Default | 8.5M | 13.0M | Default | 8.5M | 13.0M
|opt-level = "z" | 6.1M | 12.7M | opt-level = "z" | 6.1M | 12.7M
|"z" + lto = "thin" | 5.9M | 12M | "z" + lto = "thin" | 5.9M | 12M
|"z" + lto = "fat" | 5.1M | 9.4M | "z" + lto = "fat" | 5.1M | 9.4M
|"z" + "thin" + codegen-units = 1 | 5.3M | 11M | "z" + "thin" + codegen-units = 1 | 5.3M | 11M
|"z" + "fat" + codegen-units = 1 | 4.8M | 8.5M | "z" + "fat" + codegen-units = 1 | 4.8M | 8.5M
### Loading Assets ### Loading Assets

View File

@ -803,14 +803,14 @@ may not be worth keeping due to compilation time increases.
For a small project with a basic 3d model and two lights, For a small project with a basic 3d model and two lights,
the generated file sizes are, as of July 2022, as follows: the generated file sizes are, as of July 2022, as follows:
|profile | wasm-opt | no wasm-opt | profile | wasm-opt | no wasm-opt
|----------------------------------|----------|-------------| ----------------------------------|----------|-------------
|Default | 8.5M | 13.0M | Default | 8.5M | 13.0M
|opt-level = "z" | 6.1M | 12.7M | opt-level = "z" | 6.1M | 12.7M
|"z" + lto = "thin" | 5.9M | 12M | "z" + lto = "thin" | 5.9M | 12M
|"z" + lto = "fat" | 5.1M | 9.4M | "z" + lto = "fat" | 5.1M | 9.4M
|"z" + "thin" + codegen-units = 1 | 5.3M | 11M | "z" + "thin" + codegen-units = 1 | 5.3M | 11M
|"z" + "fat" + codegen-units = 1 | 4.8M | 8.5M | "z" + "fat" + codegen-units = 1 | 4.8M | 8.5M
### Loading Assets ### Loading Assets