Matt Sicker created LOG4J2-761:
----------------------------------

             Summary: Move performance tests from JUnit to log4j-perf
                 Key: LOG4J2-761
                 URL: https://issues.apache.org/jira/browse/LOG4J2-761
             Project: Log4j 2
          Issue Type: Test
          Components: Core
    Affects Versions: 2.0.1
            Reporter: Matt Sicker
            Priority: Minor


Firstly, all the JUnit tests marked with the category:

{code}
@Category(PerformanceTests.class)
{code}

should all be ported over to the log4j-perf module. The tests marked with this 
category generally only output performance benchmark data and don't perform any 
actual unit testing of their own. Now that we have several examples of how to 
use [JMH|http://openjdk.java.net/projects/code-tools/jmh/], it would be a good 
idea to clean up our unit tests as such. This way, we don't have to waste time 
in the build performing benchmark tests that aren't even verified in any way.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to