CPU Benchmark App

CPU Benchmark Image 1

This project aims to teach you how to benchmark your computer's computational performance. In this project, you need to design a benchmarking program that measures the CPU speed, in terms of floating point operations per second (Giga FLOPS, 109 FLOPS) and integer operations per second (Giga IOPS, 109 IOPS); measure the processor speed at varying levels of concurrency (1 thread, 2 threads, 4 threads, and 8 threads).

~ Measures CPU performance using benchmarking tests. Built using Python and system performance libraries.

~ This application leverages libraries such as psutil for system monitoring, matplotlib for visualizing data, and numpy for numerical computations. It provides real-time CPU usage, temperature readings, and detailed benchmarking results. Ideal for enthusiasts and professionals optimizing their systems, this app offers a comprehensive view of CPU performance metrics.

~ Displays CPU usage, temperature, and benchmarking results.

~ Ideal for enthusiasts and professionals optimizing their systems.

~ Regular updates ensure compatibility with the latest hardware and software, providing users with the most accurate and up-to-date information.

~ Visit the Link to my GitHub: cpu-benchmark


Other Projects

Info

I am a passionate Computer Science major with expertise in Python, JavaScript, HTML, CSS, networking, servers, and Docker containers. I enjoy building efficient, scalable applications and exploring the intersection of technology and problem-solving.