Benchmark Memoria
Misura l'allocazione e il throughput di lettura/scrittura, e vedi quanta memoria ti darà il tuo browser.
Browser-reported memory
navigator.deviceMemory
Not exposed by this browser
JS heap (performance.memory)
Not exposed by this browser
Chromium browsers round deviceMemory to one of 0.25, 0.5, 1, 2, 4 or 8 GB, and it can be lower than your real RAM. Firefox and Safari do not expose either figure, which is normal and not a bug.
Throughput benchmark
Allocates and reads/writes typed arrays in JavaScript to estimate practical memory speed.
Guida rapida: come usare Benchmark Memoria
Ci vuole meno di un minuto- 1Chiudi le schede che consumano molta memoria in modo che il browser possa allocare liberamente.
- 2Esegui il benchmark e lascia che ogni fase finisca.
- 3Controlla separatamente l'allocazione, la produttività di lettura e scrittura.
- 4Il limite di heap riportato è un limite del browser, non la tua RAM totale.
100% locale — niente caricamenti
Test correlati
Test GPUIdentifica il tuo chip grafico ed esegui un test di stress WebGL in tempo reale per misurare il margine di rendering.Benchmark CPUEsegui carichi di lavoro JavaScript single-core e multi-core per valutare il tuo processore nel browser.Test ArchiviazioneControlla la quota di archiviazione disponibile nel browser e misura la velocità di lettura/scrittura sull'archiviazione locale.