-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
CPU: Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz |
google colab free tierCPU: Intel(R) Xeon(R) CPU @ 2.20GHz |
Dell Precision 3561CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz Get-WmiObject -Class Win32_ComputerSystem | Select-Object Manufacturer, Model wmic csproduct get name, vendor |
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. |
CPU: Intel(R) Xeon(R) CPU E5-2643 v4 @ 3.40GHz |
CPU: Intel(R) Core(TM) i9-14900KF |
CPU: Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz |
Oracle 1G-1G-0.5GbpsCPU: AMD EPYC 7551 32-Core Processor |
alibaba cloud workspace / WUYING: 8 vCPU / 16 GiB Linux Python CPU Benchmark by Alex Dedyura (Windows, macOS(Darwin), Linux) |
tencent cloud studio 1C2GSystem: Linux Benchmarking: Time: 14.99s |
System: Windows Benchmarking: Time: 21.051s |
cpu-benchmark>python cpu-benchmark.py
git clone https://github.com/alexdedyura/cpu-benchmark cd cpu-benchmark
The text was updated successfully, but these errors were encountered: