ReBench
ReBench copied to clipboard
`rebench-denoise restore` is not done between build commands
Without the restore, the system resources are severely restricted which dramatically increase build times etc.
The issue is likely something like this:
- build command execute
- benchmark started, for it, denoise is used
- then we do not do restore to not have to do it every time
- then we build another thing but are very restricted
So, I think, to keep avoiding minimizing/restoring settings all the time, we'd want to at least restore things before a build, and then minimize it when next needed.
This should also consider this issue: https://github.com/smarr/ReBench/issues/168