@@ -15,30 +15,11 @@ There are also 3 other optimisations, that increase biome population speed, bloc
1515
1616Noisium has full 1:1 parity with vanilla Minecraft world generation (world generation without Noisium).
1717
18- ## Benchmarks
18+ The performance difference is variable, between a few seconds to a few dozen seconds faster depending on the amount of chunks generated.
19+ See the below Spark profiles for the differences in performance:
1920
20- ### Minecraft 1.20.4 and lower
21-
22- System | Vanilla 1.20.1 | Noisium ` v2.3.0 ` | Difference
23- ---------------|-----------------|------------------|------------------------------
24- Intel i7-9750H | - | - | -30% (measured via profiler)
25-
26- ### Minecraft 1.20.5 and up
27-
28- In Minecraft 1.20.5 and up, Noisium has less effectiveness than in previous versions of Minecraft.
29- In the best case measured so far, the improvements can be up to a 5% speedup when generating new chunks in vanilla Minecraft.
30-
31- System | Vanilla 1.20.5 | Noisium ` v2.3.0 ` | Difference
32- -----------------------|----------------|------------------|----------------
33- Intel i5-7500 | 07:48 | 07:24 | -5.1%
34- AMD Ryzen 5500U | 05:31 | 05:38 | None measured*
35- Intel Xeon Gold 5218R | 05:25 | 05:28 | None measured*
36- AMD Ryzen 5600X | 04:12 | 04:05 | None measured*
37- Intel Xeon Silver 4510 | 03:23 | 03:23 | None measured*
38- AMD Ryzen 5800X3D | 03:00 | 03:00 | None measured*
39-
40- * : The measured difference was less than 5%.
41- Results may vary based on hardware (e.x. faster hardware may benefit less).
21+ - [ Vanilla] ( docs/benchmarks/vanilla_minecraft_1_20_1.sparkprofile )
22+ - [ With Noisium] ( docs/benchmarks/noisium_minecraft_1_20_1.sparkprofile )
4223
4324## Dependencies
4425
0 commit comments