GitHub - timoheimonen/macOS-memory-benchmark: Apple silicon memory benchmark console-tool.
github.com·1d·
Discuss: Hacker News
Systems Programming
Preview
Report Post

macOS Apple Silicon Memory Performance Test

Copyright 2025 Timo Heimonen timo.heimonen@proton.me License: GPL-3.0 license

A simple tool to measure memory write/read/copy bandwidth and memory access latency on macOS with Apple Silicon (ARM64).

Disclaimer

Use this software entirely at your own risk. This tool performs intensive memory operations. The author(s) are not responsible for any potential system instability, data loss, or hardware issues resulting from its use.

Description

This C++/asm program measures:

  1. How fast data can be read/written/copied between two big memory blocks allocated using mmap (main memory bandwidth).
  2. How fast data can be read/written/copied in buffers sized to fit within L1 and L2 cache l…

Similar Posts

Loading similar posts...