- A C# console program displays system specs then lets you run benchmarks on your system.
- This program will attempt to get your CPU,RAM & GPU specs.
- You can run a Hashing benchmark with MD5, SHA256 and SHA512.
- Or an intensive CPU benchmark.
- Or an encrypt/decrypt benchmark (May need admin privileges)
- Using
BenchmarkDotNet
,SharpDX
,NvAPIWrapper
andHardware.info
- Install
.NET 8 SDK
fromhere
- Open the solution and set as startup project
- Run the benchmark in
Release
mode. - Check your if system specs is correct
Y
to continue- Use
1
,2
or3
to select which benchmarks to run - Use
4
to run all benchmarks - For
VSCode
you will need to install theC#
extention for vscode - For
VSCode
you also need to createlaunch.JSON
andtask.JSON
files if you want to run in different configurations. - If not you can use the provided JSON files.
- Install
.NET 8 SDK
for macOS fromhere
- Open the solution and set as startup project.
- Run the benchmark in
Release
mode. - If the app is terminated, open Benchmark.sln or csproj in terminal.
- Or
cd
into theBenchmark
folder and rundotnet run -c Release
- Open the solution with preferred IDE
- Set the startup project to
Benchmark
- Build with
dotnet build -c Release
- Publish with
dotnet publish -c Release
- Run
Benchmark.exe
in theC:\Users\<Path to project>\Benchmark\bin\Release\net8.0\publish\
folder.
- .NET 8.0.2 from
here
- Set a breakpoint anywhere.
- Run the program in
Debug
mode. - Use option
5
to start debugging. - Select the benchmark you want to debug.
- The program will pause at the breakpoint.
- Scroll down to see results.
Runtime
inseconds(s)
should be the benchmark.Global Runtime
inseconds(s)
can also be the benchmark.- There might be a 20 seconds delay on first use due to hardware detection by
Hardware.Info
.
Apple M1 Max 10/32, 10 Cores 10 Threads (8P/2E)
32GB LPDDR5 6400MHz
macOS 13.6
Apple M2 Pro 10/16, 10 Cores 10 Threads (6P/4E)
16GB LPDDR5 6400MHz
macOS 13.6
Intel Core i5-7660U CPU 2.20GHz (Kaby Lake), 2 Cores 4 Threads (2P/0E)
8GB DDR3 2133MHz
macOS 12
Intel Core i7-8850H CPU 2.60GHz (Coffee Lake), 6 Cores 12 Threads (6P/0E)
16GB DDR4 2400MHz
Windows 10 bootcamp
Intel Core i7-8850H CPU 2.60GHz (Coffee Lake), 6 Cores 12 Threads (6P/0E)
16GB DDR4 2400MHz
macOS 13
Intel Core i7-8700K CPU 3.70GHz (Coffee Lake), 6 Cores 12 Threads (6P/0E)
16GB DDR4 3600MHz
Windows 11
Ryzen Thread Ripper 1950X CPU 3.9GHz (Zen 1), 16 Cores 32 Threads (16P/0E)
32GB DDR4 3400MHz
Windows 10
Intel Core i7-12800H CPU 1.80GHz (Alder Lake), 14 Cores 20 Threads (6P/8E)
- Dell latitude 5531 - i7-12800H @ 55W
46s
- Desktop ThreadRipper - Ryzen Thread Ripper 1950X @ 3.9GHz
49s
- MacBook Pro 14" 2023 - M2 Pro 10 Core CPU (6P + 4E)
92s
- MacBook Pro 16" 2021 - M1 Max 10 Core CPU (8P + 2E)
98s
- Desktop i7 - i7-8700K @ 4.7ghz
151s
- MacBook Pro 15" 2018 - i7-8850H @ 45W
191s
- MacBook Pro 13" 2017 - i5-7660U @ 15W
573s
- Dell latitude 5531 - i7-12800H @ 55W
32s
- MacBook Pro 14" 2023 - M2 Pro 10 Core CPU (6P + 4E)
35s
- Desktop ThreadRipper - Ryzen Thread Ripper 1950X @ 3.9GHz
38s
- MacBook Pro 16" 2021 - M1 Max 10 Core CPU (8P + 2E)
42s
- Desktop i7 - i7-8700K @ 4.7ghz
105s
- MacBook Pro 15" 2018 - i7-8850H @ 45W
133s
- MacBook Pro 13" 2017 - i5-7660U @ 15W
401s
- .NET 8.0.2
- Dual core CPU
- Windows 10 or MacOS 12
- 4GB RAM
- 1GB Storage