[
https://issues.apache.org/jira/browse/SLING-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849264#comment-13849264
]
Antonio Sanso commented on SLING-2729:
--------------------------------------
[~andrei.dulvac]
bq. that's just the filename
actually not :) it is also reflected in the content
{code}
writer.format(
"%-40.40s|%-80.80s|%-40.40s|%-20.20s|%7.0f|%9.0f|%9.0f|%9.0f|%9.0f%n",
testSuiteName,
className,
methodName,
getDate(),
statistics.getMin(),
statistics.getPercentile(10.0),
statistics.getPercentile(50.0),
statistics.getPercentile(90.0),
statistics.getMax());
} finally {
{code}
> Performance Testing suite: Modified ReportLogger to log the test case name
> ---------------------------------------------------------------------------
>
> Key: SLING-2729
> URL: https://issues.apache.org/jira/browse/SLING-2729
> Project: Sling
> Issue Type: Improvement
> Components: Testing
> Reporter: Antonio Sanso
> Assignee: Antonio Sanso
> Priority: Minor
> Labels: PatchAvailable
> Attachments: performance_reportlogger.patch
>
>
> Modified ReportLogger to log the test case name as well. Also, changed the
> method signatures so that it's clear what is being logged. This works with
> patch 1 to distinguish between different test case instances
> The motivation behind this is that a suite can contain test cases that are
> different logically, but the test case should be able to be parameterized.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)