kaivalnp commented on PR #14874: URL: https://github.com/apache/lucene/pull/14874#issuecomment-3020122825
Here's another set of benchmarks on an `x86` machine `main`: ``` Benchmark (size) Mode Cnt Score Error Units VectorScorerBenchmark.binaryDotProductIndexingDefault 1024 thrpt 15 2.129 ± 0.006 ops/us VectorScorerBenchmark.binaryDotProductIndexingMemSeg 1024 thrpt 15 10.411 ± 0.065 ops/us VectorScorerBenchmark.binaryDotProductSearchingDefault 1024 thrpt 15 2.130 ± 0.006 ops/us VectorScorerBenchmark.binaryDotProductSearchingMemSeg 1024 thrpt 15 2.215 ± 0.071 ops/us ``` This PR: ``` Benchmark (size) Mode Cnt Score Error Units VectorScorerBenchmark.binaryDotProductIndexingDefault 1024 thrpt 15 2.133 ± 0.004 ops/us VectorScorerBenchmark.binaryDotProductIndexingMemSeg 1024 thrpt 15 10.659 ± 0.106 ops/us VectorScorerBenchmark.binaryDotProductSearchingDefault 1024 thrpt 15 2.130 ± 0.008 ops/us VectorScorerBenchmark.binaryDotProductSearchingMemSeg 1024 thrpt 15 4.317 ± 0.317 ops/us ``` CPU details: ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 48 On-line CPU(s) list: 0-47 Thread(s) per core: 2 Core(s) per socket: 24 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 85 Model name: Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Stepping: 7 CPU MHz: 3043.199 BogoMIPS: 4999.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 36608K NUMA node0 CPU(s): 0-47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx avx512f avx512dq rdseed adx smap clflushopt clwb avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves ida arat pku ospke ``` and `java --version`: ``` openjdk 24.0.1 2025-04-15 OpenJDK Runtime Environment Corretto-24.0.1.9.1 (build 24.0.1+9-FR) OpenJDK 64-Bit Server VM Corretto-24.0.1.9.1 (build 24.0.1+9-FR, mixed mode, sharing) ``` -- 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