Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vigeng/rungopher
- Owner: ViGeng
- License: mit
- Created: 2021-08-08T08:31:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T12:18:02.000Z (11 months ago)
- Last Synced: 2024-06-21T08:28:55.136Z (7 months ago)
- Language: Go
- Homepage:
- Size: 916 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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