Closed mitchellwrosen closed 7 months ago
Are you looking to make it configurable or just one more digit would suffice? So 1.87 G
instead of 1.9 G
.
Oh, I was wondering if it's configurable. I'm happy with the defaults, but I was curious to see more significant digits for a particular benchmark I'm working on.
It's not configurable, unfortunately, but you can dump CSV with full precision. Writing your own test reporter is also a reasonable option, if you are proficient with tasty
innards.
Ok, sounds good. Would you accept a patch that makes the precision configurable? (I'm not sure I'd contribute the patch any time soon, just curious)
Unlikely, --help
output is already too long. I might be less reluctant to add one more digit unconditionally, because indeed "1.0 G" currently means anything between 950 M and 1049 M, which is too much of leeway.
There seems to be no action points, thus closing. Feel free to reopen if there are further questions / suggestions / ideas.
Hi, is it possible to print more digits in the output?
For example, I see a benchmark allocates approximately
1.9 G
; is it possible to show e.g.1.867 G
instead?Thanks!