Camera Test
벤치마크 테스트

메모리 벤치마크

할당 및 읽기/쓰기 처리량을 측정하고, 브라우저가 제공할 수 있는 메모리 양을 확인하세요.

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.

메모리 벤치마크 사용 빠른 가이드

1분 이내 소요
  1. 1브라우저가 자유롭게 할당할 수 있도록 메모리를 많이 사용하는 탭을 닫으세요.
  2. 2벤치마크를 실행하고 모든 단계가 완료되도록 하세요.
  3. 3할당, 읽기 및 쓰기 처리량을 개별적으로 확인하세요.
  4. 4보고된 힙 제한은 총 RAM이 아닌 브라우저 제한입니다.