Camera Test
Testes de Benchmark

Benchmark de Memória

Meça a alocação e a taxa de transferência de leitura/escrita, e veja quanta memória seu navegador lhe dará.

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.

Guia rápido: como usar o Benchmark de Memória

Leva menos de um minuto
  1. 1Feche abas que consomem muita memória para que o navegador possa alocar livremente.
  2. 2Execute o benchmark e deixe todas as fases terminarem.
  3. 3Verifique a alocação, a leitura e a taxa de transferência de gravação separadamente.
  4. 4O limite de heap relatado é um limite do navegador, não a sua RAM total.