Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to have the HTML dashboard report values in 5 decimal places #5518

Closed
asfimport opened this issue Apr 5, 2021 · 3 comments
Closed

Need to have the HTML dashboard report values in 5 decimal places #5518

asfimport opened this issue Apr 5, 2021 · 3 comments
Milestone

Comments

@asfimport
Copy link
Collaborator

sat (Bug 65219):
Hi,
Is there a way to provide Avg, Man, and Throughput values in 5 decimal places instead of 2.

The HTML dashboard report is generating values in 2 decimal precision. I waned to configure 5 decimal places for clarity. Is there a way?

Severity: normal
OS: All

@asfimport
Copy link
Collaborator Author

sat (migrated from Bugzilla):
Created attachment sample.png: Report format

Report format

@asfimport
Copy link
Collaborator Author

@FSchumacher (migrated from Bugzilla):
I don't think, that there is currently an easy way to do that.

You might be able to do this by editing the template files in bin/report-template

There are some formatting commands like "something.toFixed(2)", "Math.round10(something, -2)" or "%x.2", where you could try to replace the "2" with some "5". (I haven't tried it)

@asfimport
Copy link
Collaborator Author

sat (migrated from Bugzilla):
Thanks Felix for the idea !!.
Your suggestion worked perfectly for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant