Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vigeng/rungopher

A program that runs a specified load on a specified CPU core.
https://github.com/vigeng/rungopher

Last synced: about 1 month ago
JSON representation

A program that runs a specified load on a specified CPU core.

Awesome Lists containing this project

README

        

# RunGopher

This program can generate specified CPU load on specified cores.
It can be used for performance optimizations, such as compiler optimization.

### RoadMap

- [ ] run specified load on specified core for specified duration
- [ ] multi process support
- [ ] lib
- [ ] release a package for easy installation
- [ ] docker image for easy use