You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought the same thing. I found that it's in general easier to put JMH benchmarks in a dedicated Maven submodule instead of fitting them into an existing one.
I haven't profiled org.javamoney.moneta.PerformanceTest yet but I would not be surprised int the rounding tests spend most of their time in Monetary.getDefaultRounding() rather than in rounding.
I saw the
org.javamoney.moneta.PerformanceTest
and actually I can rewrite it with JMH and extend. Maybe we already have some benchmark?The text was updated successfully, but these errors were encountered: