easyice commented on PR #15104: URL: https://github.com/apache/lucene/pull/15104#issuecomment-3213260551
> Can you also show the NIOFSDir and ByteBuffersDir benchmarks? They have same PR changes. Hi, Uwe, here is the full benchmark output: PR ``` Benchmark (size) Mode Cnt Score Error Units GroupVIntBenchmark.benchByteArrayDataInput_readGroupVInt 64 thrpt 5 4.016 ± 0.101 ops/us GroupVIntBenchmark.benchByteArrayDataInput_readVInt 64 thrpt 5 4.908 ± 0.177 ops/us GroupVIntBenchmark.benchByteBuffersIndexInput_readGroupVInt 64 thrpt 5 0.319 ± 0.016 ops/us GroupVIntBenchmark.benchByteBuffersIndexInput_readGroupVIntBaseline 64 thrpt 5 1.155 ± 0.154 ops/us GroupVIntBenchmark.benchMMapDirectoryInputs_readGroupVInt 64 thrpt 5 0.331 ± 0.045 ops/us GroupVIntBenchmark.benchMMapDirectoryInputs_readGroupVIntBaseline 64 thrpt 5 4.006 ± 0.113 ops/us GroupVIntBenchmark.benchMMapDirectoryInputs_readVInt 64 thrpt 5 4.912 ± 0.263 ops/us GroupVIntBenchmark.benchNIOFSDirectoryInputs_readGroupVInt 64 thrpt 5 0.327 ± 0.025 ops/us GroupVIntBenchmark.benchNIOFSDirectoryInputs_readGroupVIntBaseline 64 thrpt 5 3.974 ± 0.090 ops/us GroupVIntBenchmark.bench_writeGroupVInt 64 thrpt 5 2.053 ± 0.154 ops/us PosGroupVIntBenchmark.benchmark_addPositions N/A thrpt 5 0.746 ± 0.113 ops/us ``` PR with out #15089 ``` Benchmark (size) Mode Cnt Score Error Units GroupVIntBenchmark.benchByteArrayDataInput_readGroupVInt 64 thrpt 5 3.966 ± 0.119 ops/us GroupVIntBenchmark.benchByteArrayDataInput_readVInt 64 thrpt 5 4.911 ± 0.582 ops/us GroupVIntBenchmark.benchByteBuffersIndexInput_readGroupVInt 64 thrpt 5 3.422 ± 0.068 ops/us GroupVIntBenchmark.benchByteBuffersIndexInput_readGroupVIntBaseline 64 thrpt 5 1.160 ± 0.084 ops/us GroupVIntBenchmark.benchMMapDirectoryInputs_readGroupVInt 64 thrpt 5 7.187 ± 0.588 ops/us GroupVIntBenchmark.benchMMapDirectoryInputs_readGroupVIntBaseline 64 thrpt 5 4.021 ± 0.181 ops/us GroupVIntBenchmark.benchMMapDirectoryInputs_readVInt 64 thrpt 5 4.858 ± 0.079 ops/us GroupVIntBenchmark.benchNIOFSDirectoryInputs_readGroupVInt 64 thrpt 5 5.681 ± 0.367 ops/us GroupVIntBenchmark.benchNIOFSDirectoryInputs_readGroupVIntBaseline 64 thrpt 5 3.597 ± 0.993 ops/us GroupVIntBenchmark.bench_writeGroupVInt 64 thrpt 5 2.057 ± 0.162 ops/us PosGroupVIntBenchmark.benchmark_addPositions N/A thrpt 5 0.738 ± 0.103 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