The benchmark script currently produces output that is difficult to read
tests bench --opt=OPT --cycles=PERF -r
INFO > Benchmark Compile (native, opt) make CROSS_PREFIX= bench CYCLES=PERF AUTO=1 OPT=1
INFO > root Running <built-in function bin> as root -- you may need to enter your root password.
INFO > Benchmark ML-KEM-512 (native, opt) keypair cycles = 22463
encaps cycles = 29165
decaps cycles = 38154
This should be improved -- at the least, the keypair cycles should be on a newline.
The benchmark script currently produces output that is difficult to read
This should be improved -- at the least, the
keypair cycles
should be on a newline.