Benches should be rewriten in the following way: 1. compile binary 2. test input -> binary -> check output 3. test input -> binary -> bench time Right now there are no tests(2) so you can put any garbage inside the code and bench it according to [GIGO](https://en.wikipedia.org/wiki/Garbage_in,_garbage_out).
Benches should be rewriten in the following way:
Right now there are no tests(2) so you can put any garbage inside the code and bench it according to GIGO.