cpuburn 0.1.0

cpuburn is a tool to push your CPU to 100%
# cpuburn: a rust tool for maximizing your CPU usage

This tool will take all your cores and throttle them. Nice for testing stress
as well as CPU throttling (for instance in a VM or container environment).

This tool is named after the old cpuburn linux tool. I just wanted to whip up
something I could compile easy for myself. Hope you find it useful!

## Installation

```
cargo install cpuburn
```

## Usage

```
cpuburn
```

Press ^C to terminate it.

## License

MIT

## Author

Erik Hollensbe <git@hollensbe.org>