> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# Benchmarking all the Macs I have around for fun
- URL: https://birchtree.me/blog/benchmarking-all-the-macs-i-have-around-for-fun/
- Published: 2026-08-05T11:00:00.000Z
- Updated: 2026-08-05T11:00:00.000Z
- Author: Matt Birchler

Just for fun, I've use [quicksubs](https://github.com/mattbirchler/quicksubs?ref=birchtree.me)' benchmark mode to see how fast the 4 Macs I have access to are and how they heat up when under load.

- M2 Mac mini
- A18 Pro MacBook Neo
- M4 Pro MacBook Pro (higher core version)
- M5 Pro MacBook Pro (higher core version)

For repeatability, I ran the following command on [this file](https://birchtree.nyc3.digitaloceanspaces.com/2026/bench.mp3?ref=birchtree.me).

```
quicksubs bench --warmup 0 --runs 20 --csv benchfile.csv bench.mp3

```

## Average speed

![](https://storage.ghost.io/c/25/31/25312b2a-2d5b-4d01-ba92-e6755efc202c/content/images/2026/08/2026-08-04-000869-1.png)

The overall average times are about what you might expect. The M5 Pro is a bit faster than the M4 Pro, and they're both way faster than the M2 and A18 Pro.

## Speed over time

![](https://storage.ghost.io/c/25/31/25312b2a-2d5b-4d01-ba92-e6755efc202c/content/images/2026/08/2026-08-04-000871.png)

So a couple interesting things here looking at the times over all 20 runs.

1. Inexplicably, the Pro devices got faster as they went. All the times were within a couple of seconds, but suffice it to say that they started fast and stayed fast.
2. The MacBook Neoquite quickly heated up and slowed down from its first run.
3. The Mac mini is a quirky chart, but I can explain. For the first 7 runs, I was sharing its screen from my MacBook Pro, and then I stopped screen sharing after that. And yes, this makes the whole M2 test a bit unfair, but hey, let's just recognize that the M2 is a bit faster than the 20 run average says, and that screen sharing to another device of course has a bit of a performance hit.

## Temps

![](https://storage.ghost.io/c/25/31/25312b2a-2d5b-4d01-ba92-e6755efc202c/content/images/2026/08/2026-08-04-000870.png)

The Neo gets real hot real quick, the Mac mini gets kinda warm, and the MacBook Pros just kinda hang out at the same point. All 3 laptops were sitting side by side and didn't have anything else running, so I'm not sure if it's expected for the M5 to run hotter than the M4, but that's what I saw here.

---

Anyway, no real takeaways here, benchmarking is just fun.