Easy Stress

Supported Platforms Publish Artifacts

This is a WIP!!

This is a command line tool that allows you to stress test your CPU & GPU.

Why?

The goal of this project was to gain knowledge on how GPU programming works, as well as to learn more about Rust. I also wanted to create a tool that would allow me to stress test my system components without having to install a bunch of different programs. When I was looking for a tool like this, I found that most of the tools I found were either too complicated to use or didn't work on my system and didnt test all the components I wanted to test. So I decided to create my own tool.

Features

Dependencies

Usage

Install from package managers coming soon!

To use the tool, first install Rust if you haven't already. Then, clone the repository and run the following command:

bash cargo run - You will be prompted to select a component to stress test and configure the test settings. The tool will then run the stress test and display the results. - You can also build the project with the following command: bash cargo build --release cd target/release ./easy-stress-rs

Known Issues

Note