Fixes #680 Change: Shared benchmark formats for command line and CSV outputs
Before: (only some part of the bench_internal output is shown here)
scalar_add: min 0.0319us / avg 0.0334us / max 0.0417us
scalar_negate: min 0.0162us / avg 0.0162us / max 0.0162us
scalar_mul: min 0.123us / avg 0.124us / max 0.124us
scalar_split: min 0.580us / avg 0.582us / max 0.584us
scalar_inverse: min 6.28us / avg 6.28us / max 6.29us
scalar_inverse_var: min 4.63us / avg 4.65us / max 4.69us
After:
Benchmark Min(μs) Avg(μs) Max(μs)
----------------------------------------------------------------------
scalar_add 0.0190 0.0194 0.0225
scalar_negate 0.00947 0.00967 0.0109
scalar_mul 0.0741 0.0744 0.0761
scalar_split 0.344 0.347 0.368
scalar_inverse 3.81 3.82 3.84
scalar_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.