gf2121 commented on PR #14203: URL: https://github.com/apache/lucene/pull/14203#issuecomment-2653001052
Inner loop performance get better on the newest commit. ``` Mac M2 Benchmark (bpv) (countVariable) Mode Cnt Score Error Units BKDCodecBenchmark.current 16 true thrpt 5 88.686 ± 1.785 ops/ms BKDCodecBenchmark.current 24 true thrpt 5 86.784 ± 3.303 ops/ms BKDCodecBenchmark.currentVector 16 true thrpt 5 197.629 ± 8.041 ops/ms BKDCodecBenchmark.currentVector 24 true thrpt 5 148.810 ± 4.930 ops/ms BKDCodecBenchmark.innerLoop 16 true thrpt 5 179.009 ± 3.238 ops/ms BKDCodecBenchmark.innerLoop 24 true thrpt 5 116.645 ± 0.722 ops/ms BKDCodecBenchmark.legacy 16 true thrpt 5 87.892 ± 0.774 ops/ms BKDCodecBenchmark.legacy 24 true thrpt 5 87.790 ± 0.629 ops/ms Linux AVX512 Benchmark (bpv) (countVariable) Mode Cnt Score Error Units BKDCodecBenchmark.current 16 true thrpt 5 29.771 ± 3.496 ops/ms BKDCodecBenchmark.current 24 true thrpt 5 43.363 ± 0.081 ops/ms BKDCodecBenchmark.currentVector 16 true thrpt 5 86.657 ± 0.212 ops/ms BKDCodecBenchmark.currentVector 24 true thrpt 5 67.249 ± 0.068 ops/ms BKDCodecBenchmark.innerLoop 16 true thrpt 5 74.061 ± 6.176 ops/ms BKDCodecBenchmark.innerLoop 24 true thrpt 5 60.468 ± 11.481 ops/ms BKDCodecBenchmark.legacy 16 true thrpt 5 30.131 ± 3.050 ops/ms BKDCodecBenchmark.legacy 24 true thrpt 5 26.904 ± 0.734 ops/ms ``` -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org