Releases: Jan-Hoc/PySysLoadBench
Releases · Jan-Hoc/PySysLoadBench
v0.1.3
- Calculate standard deviation based on means of runs and not over all individual samples
v0.1.2
- Change process starting method back to fork once measuring process was started
- Call garbage collection after setup
- Change RAM labelling from GB to GiB for system information
v0.1.1
Spawn processes using spawn
instead of fork
since using fork
might lead to issues with CUDA in some cases.
First Release
This is the first release of the system benchmarking framework SysLoadBench.