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:
parent
e5158ed96c
commit
4fca331bb6
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user