Le 09/02/2015 02:40, sebb a écrit : > -1 > > This has broken the Continuum build.
I'm going to fix this. > Also the JMH website says: > > "The recommended way to run a JMH benchmark is to use Maven to setup a > standalone project that depends on the jar files of your application. > This approach is preferred to ensure that the benchmarks are correctly > initialized and produce reliable results. It is possible to run > benchmarks from within an existing project, and even from within an > IDE, however setup is more complex and the results are less reliable." It doesn't mean it can't be useful the way I integrated it. Give it a try and let me know if you find the results unreliable. > Further, it's not clear to me what the JMH license is. > It rather looks like GPL. It's GPL + classpath exception and affects only the benchmark class, not the actual library we distribute and executed by our users, so I think it's fine. It seems the log4j project also uses JMH, they sorted out the licensing question by removing the benchmarks from the source distribution. I don't ming doing that for [csv] as well. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
