<div dir="ltr">hello everyone,<div><br></div><div>I was writing a benchmark using JMH and needed to report a "rate" output.</div><div><br></div><div>To do so, I tried to use the AuxCounters (<span style="font-family:"JetBrains Mono",monospace;font-size:9.8pt;color:rgb(158,136,13)">@AuxCounters</span><span style="color:rgb(8,8,8);font-family:"JetBrains Mono",monospace;font-size:9.8pt">(</span><span style="font-family:"JetBrains Mono",monospace;font-size:9.8pt;color:rgb(158,136,13)">AuxCounters</span><span style="color:rgb(8,8,8);font-family:"JetBrains Mono",monospace;font-size:9.8pt">.</span><span style="font-family:"JetBrains Mono",monospace;font-size:9.8pt;color:rgb(0,0,0)">Type</span><span style="color:rgb(8,8,8);font-family:"JetBrains Mono",monospace;font-size:9.8pt">.</span><span style="font-family:"JetBrains Mono",monospace;font-size:9.8pt;color:rgb(135,16,148);font-style:italic">EVENTS</span><span style="color:rgb(8,8,8);font-family:"JetBrains Mono",monospace;font-size:9.8pt">)</span>)</div><div>The problem is that JMH use the SUM aggregation policy for EVENTS, resulting in my rates being summed, which is clearly not what I was expecting.</div><div><br></div><div>Do you think that I could send a PR to enrich that behavior or I am not using the tool as expected? <br></div><div><div><br></div><div>I am not sure this is the correct mailing list. please advise if it's not the case.</div></div><div><br></div><div>Regards,</div><div>Mehrez</div></div>