Skip to content

Fixed real/mkhprog invocation with nofib-run

Program invocation on shake based nofib-run was broken. Needed variable substitution, so generated config.txt was wrong and program simply terminated without doing work. Now it reads its input from stdin instead of args, which works with nofib-run.

Also added a few arguments to input to make single iteration longer and adjusted iteration counts to get desired execution times.

Merge request reports