A .Net MAUI application that evaluates CPU performance & provides information about your CPU, GPU, RAM.
⚠️ Note: On macOS Catalyst (Mono runtime), runs noticeably slower than in a standalone .NET Core console app. This applies both to Intel Macs (native x64 Mono JIT) and Apple Silicon (ARM64 Mono AOT/JIT), because Mono’s codegen and GC are tuned more for quick startup than raw floating‑point throughput.
- 🔢 Integer Performance – Prime number computation.
- 🧮 Floating-Point Performance – Matrix multiplication.
- 🔐 Cryptographic Performance – AES, SHA, MD5 encryption and hashing.
- 💾 Memory Performance – Large dataset encryption operation.
- ⚡ Multithreading & Parallelized workloads.
Coming soon...
- Install
.NET 9 SDKfrom here - Install
.Net 9.0.0 Runtimefrom here - Make sure you have
.Net Mauiinstalled, check here - Open the solution in your favourite IDE and set "MauiBench" as the startup project.
- Run the project in
Releasemode and without debugging. - Check your if system specs is correct, then pick a test to run.
Note
This project is not signed or notarized.
Note
Results should not be compared between different versions of .NET.
- Each benchmark returns a result in
ms(milliseconds). - The results are then calculated into a score and displayed on the UI in
points. - The score is calculated from a baseline score unique to each benchmark.
- The baseline score is based of the time taken on a core i5-8400.
Intel Core i7-8850H CPU 2.60GHz (Coffee Lake), 6 Cores 12 Threads (6P/0E)
16GB DDR4 2400MHz
Windows 10 bootcampIntel Core i7-8700K CPU 3.70GHz (Coffee Lake), 6 Cores 12 Threads (6P/0E)
16GB DDR4 3600MHz
Windows 11Intel Core i7-12800H CPU 1.80GHz (Alder Lake), 14 Cores 20 Threads (6P/8E)
32GB DDR5 4800MHz
Windows 11- Dell latitude 5531 - i7-12800H @ 55W
TBA - Desktop i7 - i7-8700K @ 4.7ghz
TBA - MacBook Pro 15" 2018 - i7-8850H @ 45W
TBA
- .NET 9.0.x
- Dual core CPU
- Windows 10 or MacOS 14
- 8GB RAM
- 1GB Storage
- Windows 10/11 (x64, .NET 9 or later)
- Linux (x64/ARM64, .NET 9 or later)
- macOS x64 & arm64 (MAUI/Catalyst)


