Fixes #680 Change: Shared benchmark formats for command line and CSV outputs
Before: (only some part of the bench_internal output is shown here)
0scalar_add: min 0.0319us / avg 0.0334us / max 0.0417us
1scalar_negate: min 0.0162us / avg 0.0162us / max 0.0162us
2scalar_mul: min 0.123us / avg 0.124us / max 0.124us
3scalar_split: min 0.580us / avg 0.582us / max 0.584us
4scalar_inverse: min 6.28us / avg 6.28us / max 6.29us
5scalar_inverse_var: min 4.63us / avg 4.65us / max 4.69us
After:
0Benchmark                      Min(μs)        Avg(μs)        Max(μs)       
1----------------------------------------------------------------------
2scalar_add                     0.0190         0.0194         0.0225         
3scalar_negate                  0.00947        0.00967        0.0109         
4scalar_mul                     0.0741         0.0744         0.0761         
5scalar_split                   0.344          0.347          0.368          
6scalar_inverse                 3.81           3.82           3.84           
7scalar_inverse_var             2.67           2.68           2.73 
Edit: This format is outdated. You can find the new format in this thread below.
These are all my benchmark outputs: (after formatting)
Edit: These benchmark output files are outdated. You can find the updated files in this thread below.