You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/08/21 14:52:06 UTC

[Bug 53753] New: Summariser: no point displaying fractional time in most cases

https://issues.apache.org/bugzilla/show_bug.cgi?id=53753

          Priority: P2
            Bug ID: 53753
          Assignee: issues@jmeter.apache.org
           Summary: Summariser: no point displaying fractional time in
                    most cases
          Severity: enhancement
    Classification: Unclassified
                OS: Windows XP
          Reporter: sebb@apache.org
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: Main
           Product: JMeter

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53753] Summariser: no point displaying fractional time in most cases

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53753

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.