vsop-479 commented on PR #16245: URL: https://github.com/apache/lucene/pull/16245#issuecomment-4716404197
## suffix length: 1 ~ 8 integers ```` Benchmark (blockSize) (maxSuffix) Mode Cnt Score Error Units Simple64Benchmark.decodeSimple64 40 8 thrpt 5 50.400 ± 0.892 ops/us Simple64Benchmark.decodeVInt 40 8 thrpt 5 76.696 ± 0.453 ops/us Simple64Benchmark.encodeSimple64 40 8 thrpt 5 17.514 ± 0.395 ops/us Simple64Benchmark.encodeVInt 40 8 thrpt 5 88.496 ± 3.522 ops/us ```` ## suffix length: 1 ~ 200 integers ```` Benchmark (blockSize) (maxSuffix) Mode Cnt Score Error Units Simple64Benchmark.decodeSimple64 40 200 thrpt 5 37.229 ± 0.455 ops/us Simple64Benchmark.decodeVInt 40 200 thrpt 5 27.770 ± 0.228 ops/us Simple64Benchmark.encodeSimple64 40 200 thrpt 5 7.014 ± 0.245 ops/us Simple64Benchmark.encodeVInt 40 200 thrpt 5 26.317 ± 2.062 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]
