Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick CPU benchmark #5

Open
jinsanity07git opened this issue Mar 28, 2024 · 11 comments
Open

quick CPU benchmark #5

jinsanity07git opened this issue Mar 28, 2024 · 11 comments
Labels
documentation Improvements or additions to documentation

Comments

@jinsanity07git
Copy link
Owner

jinsanity07git commented Mar 28, 2024

cpu-benchmark>python cpu-benchmark.py

git clone https://github.com/alexdedyura/cpu-benchmark
cd cpu-benchmark
Brand CPU Arch OS Benchmarking
TC17 Intel(R) Core(TM) i9-14900KF AMD64 Windows 15.654
Dell Precision 3561 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz AMD64 Windows 23.852
WUYING: 8 vCPU / 16 GiB Linux Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz x86_64 Linux 33.572
Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz x86_64 Linux 38.685
Intel(R) Xeon(R) CPU E5-2643 v4 @ 3.40GHz AMD64 Windows 39.258
google colab free tier Intel(R) Xeon(R) CPU @ 2.20GHz x86_64 Linux 43.078
Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz AMD64 Windows 62.969
Oracle 1G-1G-0.5Gbps AMD EPYC 7551 32-Core Processor x86_64 Linux 98.732
@jinsanity07git jinsanity07git added the documentation Improvements or additions to documentation label Mar 28, 2024
@jinsanity07git
Copy link
Owner Author

CPU: Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz
Arch: AMD64
OS: Windows
Benchmarking: Average (from 10 repeats): 62.969s

@jinsanity07git
Copy link
Owner Author

jinsanity07git commented Mar 28, 2024

google colab free tier

CPU: Intel(R) Xeon(R) CPU @ 2.20GHz
Arch: x86_64
OS: Linux
Benchmarking: Average (from 10 repeats): 43.078s

@jinsanity07git
Copy link
Owner Author

jinsanity07git commented Mar 28, 2024

Dell Precision 3561

CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
Arch: AMD64
OS: Windows
Benchmarking: Average (from 10 repeats): 23.852s

Get-WmiObject -Class Win32_ComputerSystem | Select-Object Manufacturer, Model
wmic csproduct get name, vendor

@jinsanity07git
Copy link
Owner Author

google colab free tier

CPU: Intel(R) Xeon(R) CPU @ 2.20GHz Arch: x86_64 OS: Linux Benchmarking: Average (from 10 repeats): 43.078s

Comparing the Intel Xeon CPU @ 2.20GHz and the Intel Xeon Gold 6126 CPU @ 2.60GHz directly on clock speed, the Xeon Gold 6126's higher clock speed (2.60GHz vs. 2.20GHz) suggests it might offer better performance for tasks that benefit from higher clock speeds.

This illustrates how raw clock speed and hardware specs don't always directly translate to real-world performance, which can be influenced by various factors including the operating system, workload characteristics, and specific optimizations.

despite the Intel Xeon Gold 6126 CPU having a higher clock speed, the benchmarking results show that the tasks performed faster on the Intel Xeon CPU @ 2.20GHz under Linux than on the Intel Xeon Gold 6126 under Windows.

@jinsanity07
Copy link

CPU: Intel(R) Xeon(R) CPU E5-2643 v4 @ 3.40GHz
Arch: AMD64
OS: Windows
Benchmarking:
Average (from 10 repeats): 39.258s

@jinsanity07
Copy link

CPU: Intel(R) Core(TM) i9-14900KF
Arch: AMD64
OS: Windows
Benchmarking: Average (from 10 repeats): 15.654s

@jinsanity07
Copy link

CPU: Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz Arch: AMD64 OS: Windows Benchmarking: Average (from 10 repeats): 62.969s

CPU: Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz
Arch: x86_64
OS: Linux
Benchmarking: Average (from 10 repeats): 38.685s

@jinsanity07
Copy link

Oracle 1G-1G-0.5Gbps

CPU: AMD EPYC 7551 32-Core Processor
Arch: x86_64
OS: Linux
Benchmarking: Average (from 10 repeats): 98.732s

@jinsanity07
Copy link

alibaba cloud workspace / WUYING: 8 vCPU / 16 GiB Linux

Python CPU Benchmark by Alex Dedyura (Windows, macOS(Darwin), Linux)
CPU: Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz
Arch: x86_64
OS: Linux 5.4.0-113-generic
Benchmarking: Average (from 10 repeats): 33.572s

@jinsanity07
Copy link

tencent cloud studio 1C2G

System: Linux
Node Name: ws-xaxgpp-0
Release: 5.4.241-1-tlinux4-0017.7
Version: #1 SMP Thu Jan 18 11:33:00 CST 2024
Machine: x86_64
Processor: x86_64
CPU: AMD EPYC 7K83 64-Core Processor
Arch: x86_64
OS: Linux 5.4.241-1-tlinux4-0017.7
Python: 3.11.1

Benchmarking:

Time: 14.99s
Time: 15.307s
Time: 15.074s
Time: 14.914s
Time: 14.807s
Time: 14.907s
Time: 15.013s
Time: 15.061s
Time: 15.173s
Time: 14.932s
Average (from 10 repeats): 15.018s

@jinsanity07
Copy link

System: Windows
Node Name: dvhd10039vm
Release: 2022Server
Version: 10.0.20348
Machine: AMD64
Processor: Intel64 Family 6 Model 85 Stepping 7, GenuineIntel
CPU: Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz
Arch: AMD64
OS: Windows 2022Server
Python: 3.12.8

Benchmarking:

Time: 21.051s
Time: 20.953s
Time: 21.427s
Time: 22.32s
Time: 21.487s
Time: 21.986s
Time: 21.59s
Time: 20.855s
Time: 21.059s
Time: 21.143s
Average (from 10 repeats): 21.387s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants