I think I just saw ReBench crash when running it on the command line, where the benchmark was not found in something.
And the only change was that I added min_iteration_time: 1 to the config file in the benchmark suite.
It should probably be ignored for identity since min_iteration_time is only used for diagnostic information.
I think I just saw ReBench crash when running it on the command line, where the benchmark was not found in something.
And the only change was that I added
min_iteration_time: 1to the config file in the benchmark suite.It should probably be ignored for identity since
min_iteration_timeis only used for diagnostic information.