Hi,
I have a question about the benchtest mechanism. Assume I get this:
$ ./testrun.sh benchtests/bench-cbrtf128
"cbrtf128": {
"": {
"duration": 3.50219e+09,
"iterations": 8e+06,
"max": 2934.33,
"min": 427.184,
"mean": 437.773
}
Can I know which input the maximal time of 2934 cycles corresponds to?
If so, how?
Paul