I've noticed that whenever I tried to use a plugin for JMH that referenced nonexistent classes. That explains a lot now!
On 20 September 2014 07:40, Remko Popma <[email protected]> wrote: > Oh right. > They're on version 1.1 now, I see now. > I'll look at that next. Thanks for the heads-up. > > On Sat, Sep 20, 2014 at 9:29 PM, Gary Gregory <[email protected]> > wrote: > >> On Sat, Sep 20, 2014 at 8:26 AM, Remko Popma <[email protected]> >> wrote: >> >>> What is the underlying perf jar? >>> >> >> This one: >> >> <dependency> >> <groupId>org.openjdk.jmh</groupId> >> <artifactId>jmh-core</artifactId> >> <version>0.7.2</version> >> </dependency> >> >> Gary >> >>> >>> org.apache.logging.log4j.FilterPerformanceComparison compares log4j2 >>> ThreadContextMapFilter performance >>> with logback "turbofilter" <turboFilter >>> class="ch.qos.logback.classic.turbo.MDCFilter"> >>> >>> Is turbofilter old? >>> >>> (I just want to eventually get rid of all JUnit tests that have >>> @Category(PerformanceTests.class), >>> and move them to log4j-perf JMH benchmarks.) >>> >>> >>> >>> >>> On Sat, Sep 20, 2014 at 8:33 PM, Gary Gregory <[email protected]> >>> wrote: >>> >>>> Note that the underlying perf jar is old and not compatible with the >>>> current version. >>>> >>>> Might be worth dealing with that before migrating more of our code to >>>> an old API. >>>> >>>> Gary >>>> >>>> >>>> -------- Original message -------- >>>> From: "Remko Popma (JIRA)" >>>> Date:09/20/2014 01:12 (GMT-05:00) >>>> To: [email protected] >>>> Subject: [jira] [Created] (LOG4J2-839) Migrate >>>> FilterPerformanceComparison to log4j-perf >>>> >>>> Remko Popma created LOG4J2-839: >>>> ---------------------------------- >>>> >>>> Summary: Migrate FilterPerformanceComparison to log4j-perf >>>> Key: LOG4J2-839 >>>> URL: https://issues.apache.org/jira/browse/LOG4J2-839 >>>> Project: Log4j 2 >>>> Issue Type: Sub-task >>>> Reporter: Remko Popma >>>> >>>> >>>> org.apache.logging.log4j.FilterPerformanceComparison >>>> >>>> >>>> >>>> -- >>>> This message was sent by Atlassian JIRA >>>> (v6.3.4#6332) >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: [email protected] >>>> For additional commands, e-mail: [email protected] >>>> >>>> >>> >> >> >> -- >> E-Mail: [email protected] | [email protected] >> Java Persistence with Hibernate, Second Edition >> <http://www.manning.com/bauer3/> >> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> >> Spring Batch in Action <http://www.manning.com/templier/> >> Blog: http://garygregory.wordpress.com >> Home: http://garygregory.com/ >> Tweet! http://twitter.com/GaryGregory >> > > -- Matt Sicker <[email protected]>
