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
Hey @johnaohara, I was wondering whether keeping the creation of ObjectMapper et al. within the benchmark methods doesn't potentially distort the results. Typically, you'd set up the mapper object only once and re-use them then. I.e. extracting them to the JMH state class would be more representative potentially. WDYT?
And would be nice to add Qson too?
The text was updated successfully, but these errors were encountered:
Hey @johnaohara, I was wondering whether keeping the creation of
ObjectMapper
et al. within the benchmark methods doesn't potentially distort the results. Typically, you'd set up the mapper object only once and re-use them then. I.e. extracting them to the JMH state class would be more representative potentially. WDYT?And would be nice to add Qson too?
The text was updated successfully, but these errors were encountered: