Bug 53753 - Summariser: no point displaying fractional time in most cases
Summary: Summariser: no point displaying fractional time in most cases
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: unspecified
Hardware: PC Windows XP
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 12:52 UTC by Sebb
Modified: 2012-08-21 14:24 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2012-08-21 12:52:06 UTC
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.
Comment 1 Sebb 2012-08-21 14:24:42 UTC
URL: http://svn.apache.org/viewvc?rev=1375566&view=rev
Log:
Summariser: no point displaying fractional time in most cases
Bugzilla Id: 53753

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/reporters/Summariser.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:51 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2895