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मेमोरी-भूखे टैब बंद करें ताकि ब्राउज़र स्वतंत्र रूप से आवंटित कर सके।
  2. 2बेंचमार्क चलाएँ और हर चरण को पूरा होने दें।
  3. 3आवंटन, पढ़ने और लिखने के थ्रूपुट को अलग-अलग जांचें।
  4. 4रिपोर्ट की गई हीप लिमिट ब्राउज़र कैप है, आपकी कुल रैम नहीं।