It4innovations / hyperqueue

Scheduler for sub-node tasks for HPC systems with batch scheduling
https://it4innovations.github.io/hyperqueue
MIT License
269 stars 20 forks source link

Monitor CPU time in benchmarks #638

Closed Kobzol closed 8 months ago

Kobzol commented 8 months ago

This PR adds monitoring of spent CPU time to the benchmark suite. We can see how much CPU time does the HQ server use when scheduling tasks and managing workers.

Note: I'll be doing many improvements to the benchmark suite in order to facilitate running benchmarks (for my thesis, among other reasons). Since these changes should be contained to the benchmarks directory, I'll be self-approving them.