These are all changes I needed to make in order to test Yukari with OpenBench. I'm just making this PR so you can reference these changes in the future, should you ever want to use OpenBench.
Removes the dependency on const Option::unwrap which is not yet stable in Rust (as of 1.82.0).
Refactors the output of the bench command to be compatible with OpenBench.
Adds a Makefile to build Yukari with make (required by OpenBench)
These are all changes I needed to make in order to test Yukari with OpenBench. I'm just making this PR so you can reference these changes in the future, should you ever want to use OpenBench.
const Option::unwrap
which is not yet stable in Rust (as of1.82.0
).bench
command to be compatible with OpenBench.Makefile
to build Yukari withmake
(required by OpenBench)OB has a few ways to parse bench commands but none of them covered Yukari's
nodes/s
format.