jainankitk commented on PR #14516: URL: https://github.com/apache/lucene/pull/14516#issuecomment-2817660626
JMH benchmark comparison for just the sloppySin / standardSin comparison: ``` JMH Benchmark Results Comparison ================================================================================ +---------------+----------------------+------------------------+---------+ | Input Value | SloppySin (ops/ms) | StandardSin (ops/ms) | Ratio | +===============+======================+========================+=========+ | 0.1 | 155,079 | 77,701 | 0.50x | +---------------+----------------------+------------------------+---------+ | 0.5 | 155,008 | 77,766 | 0.50x | +---------------+----------------------+------------------------+---------+ | 1 | 155,577 | 77,495 | 0.50x | +---------------+----------------------+------------------------+---------+ | 2 | 163,508 | 77,648 | 0.47x | +---------------+----------------------+------------------------+---------+ | 3.14 | 162,770 | 78,211 | 0.48x | +---------------+----------------------+------------------------+---------+ Average slowdown: 0.49x ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
