jpountz commented on PR #14979: URL: https://github.com/apache/lucene/pull/14979#issuecomment-3102351605
Thanks for checking! For reference here's what it gives on my machine: ``` Benchmark (size) Mode Cnt Score Error Units PrefixSumBenchmark.prefixSumScalar 128 thrpt 5 19.081 ± 0.550 ops/us PrefixSumBenchmark.prefixSumScalar 1024 thrpt 5 2.180 ± 0.097 ops/us PrefixSumBenchmark.prefixSumScalarUnrolled 128 thrpt 5 32.679 ± 1.819 ops/us PrefixSumBenchmark.prefixSumScalarUnrolled 1024 thrpt 5 31.804 ± 0.067 ops/us PrefixSumBenchmark.prefixSumScalar_v2 128 thrpt 5 30.677 ± 0.308 ops/us PrefixSumBenchmark.prefixSumScalar_v2 1024 thrpt 5 3.501 ± 0.035 ops/us PrefixSumBenchmark.prefixSumVector128 128 thrpt 5 16.519 ± 0.724 ops/us PrefixSumBenchmark.prefixSumVector128 1024 thrpt 5 1.845 ± 0.003 ops/us PrefixSumBenchmark.prefixSumVector128_v2 128 thrpt 5 19.237 ± 0.518 ops/us PrefixSumBenchmark.prefixSumVector128_v2 1024 thrpt 5 1.883 ± 0.014 ops/us PrefixSumBenchmark.prefixSumVector256 128 thrpt 5 23.473 ± 0.164 ops/us PrefixSumBenchmark.prefixSumVector256 1024 thrpt 5 3.029 ± 0.021 ops/us PrefixSumBenchmark.prefixSumVector256_v2 128 thrpt 5 27.053 ± 0.129 ops/us PrefixSumBenchmark.prefixSumVector256_v2 1024 thrpt 5 3.162 ± 0.093 ops/us PrefixSumBenchmark.prefixSumVector256_v2_unrolled 128 thrpt 5 26.211 ± 0.156 ops/us PrefixSumBenchmark.prefixSumVector256_v2_unrolled 1024 thrpt 5 25.478 ± 0.185 ops/us PrefixSumBenchmark.prefixSumVector256_v3 128 thrpt 5 14.690 ± 0.037 ops/us PrefixSumBenchmark.prefixSumVector256_v3 1024 thrpt 5 1.920 ± 0.057 ops/us PrefixSumBenchmark.prefixSumVector512 128 thrpt 5 0.052 ± 0.005 ops/us PrefixSumBenchmark.prefixSumVector512 1024 thrpt 5 0.006 ± 0.001 ops/us PrefixSumBenchmark.prefixSumVector512_v2 128 thrpt 5 0.082 ± 0.005 ops/us PrefixSumBenchmark.prefixSumVector512_v2 1024 thrpt 5 0.010 ± 0.001 ops/us ``` -- 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