vsop-479 commented on PR #16245: URL: https://github.com/apache/lucene/pull/16245#issuecomment-4913545938
Update performance. ```` Benchmark (blockSize) (distribution) Mode Cnt Score Error Units Simple64Benchmark.decodeSimple64 40 SMALL_1_8 thrpt 5 33.206 ± 0.574 ops/us Simple64Benchmark.decodeSimple64 40 MID_1_64 thrpt 5 30.486 ± 0.946 ops/us Simple64Benchmark.decodeSimple64 40 LARGE_1_200 thrpt 5 30.372 ± 0.083 ops/us Simple64Benchmark.decodeSimple64 40 MIXED thrpt 5 29.892 ± 2.022 ops/us Simple64Benchmark.decodeVInt 40 SMALL_1_8 thrpt 5 29.195 ± 0.166 ops/us Simple64Benchmark.decodeVInt 40 MID_1_64 thrpt 5 29.103 ± 0.526 ops/us Simple64Benchmark.decodeVInt 40 LARGE_1_200 thrpt 5 19.624 ± 0.209 ops/us Simple64Benchmark.decodeVInt 40 MIXED thrpt 5 29.065 ± 0.234 ops/us Simple64Benchmark.encodeSimple64 40 SMALL_1_8 thrpt 5 13.055 ± 0.123 ops/us Simple64Benchmark.encodeSimple64 40 MID_1_64 thrpt 5 7.561 ± 0.147 ops/us Simple64Benchmark.encodeSimple64 40 LARGE_1_200 thrpt 5 9.451 ± 0.213 ops/us Simple64Benchmark.encodeSimple64 40 MIXED thrpt 5 11.357 ± 0.079 ops/us Simple64Benchmark.encodeVInt 40 SMALL_1_8 thrpt 5 66.986 ± 3.095 ops/us Simple64Benchmark.encodeVInt 40 MID_1_64 thrpt 5 67.117 ± 1.323 ops/us Simple64Benchmark.encodeVInt 40 LARGE_1_200 thrpt 5 14.028 ± 0.217 ops/us Simple64Benchmark.encodeVInt 40 MIXED thrpt 5 66.962 ± 1.100 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: [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]
