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

Summariser: no point displaying fractional time in most cases #2895

Closed
asfimport opened this issue Aug 21, 2012 · 1 comment
Closed

Summariser: no point displaying fractional time in most cases #2895

asfimport opened this issue Aug 21, 2012 · 1 comment

Comments

@asfimport
Copy link
Collaborator

Sebb (Bug 53753):
The Summariser currently displays elapsed time to a precision of 1 decimal point.

This takes up additional space in the output, and is often unnecessary.

There's no real point including the decimal if the time is > 100secs - dropping the decimal would make at most 1% difference but save 2 spaces in the output.

Likewise there's little point displaying the decimal if it is zero.

Given that the overall elapsed time will get larger and larger during a test, it's important to be able to display the full value, ideally with the same spacing to make visual inspection easier.

For the transaction rate, it's important to be able to compare rates visually.
The rate may vary considerably, so it could be confusing if the decimal point was not always displayed.

OS: Windows XP

@asfimport
Copy link
Collaborator Author

Sebb (migrated from Bugzilla):
URL: http://svn.apache.org/viewvc?rev=1375566&view=rev
Log:
Summariser: no point displaying fractional time in most cases
#2895

Modified:
jmeter/trunk/src/core/org/apache/jmeter/reporters/Summariser.java
jmeter/trunk/xdocs/changes.xml

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