diff --git a/docs/performance.md b/docs/performance.md index 9b2a74e05..5f8914f77 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -70,16 +70,24 @@ https://browserbench.org/Speedometer3.0/ D--> F(Release) F-->I(mar) F-->L(Mac) - F-->T(Linux) - F-->V(Win install) - V-->Z(Zip) - V-->Z2(Intall.exe) + F-->T(Linux Specific) + F-->W(Linux Generic) + F-->V(Win install Generic) + F-->Z(Win install Specific) + V-->Z(Zip Generic) + V-->Z1(Zip Specific) I-->I1(windows.mar) I-->I2(linux.mar) I-->I3(macos.mar) - T-->T1(zen.linux.tar.bz2) + I-->I1(windows-generic.mar) + I-->I2(linux-generic.mar) + I-->I3(macos-generic.mar) + T-->T1(zen.linux-specific.tar.bz2) + T-->T2(zen.linux-generic.tar.bz2) T-->T2(AUR) T-->T3(Flatpak) T-->T4(AppImage) - L-->L1(zen.macos.dmg) + T-->T4(AppImage Generic) + L-->L1(zen.macos-aarch64.dmg) + L-->L1(zen.macos-x64_86.dmg) ```