costin commented on PR #16285: URL: https://github.com/apache/lucene/pull/16285#issuecomment-4843445377
Reran the benchmark to pick the latest changes: AMD EPYC 7R32 (c5a.2xlarge) — AVX2, 256-bit. JDK 25, 1M docs, 2 forks, 3 iters × 3s. Default provider (scalar). | cardinality | encoding | selectivity | baseline (ops/s) | candidate (ops/s) | ratio | |---|---|---:|---:|---:|---:| | 1 | delta_only | 0.01 | 148.5 | 153.5 | 1.03x | | 1 | delta_only | 0.1 | 137.1 | 137.2 | 1.00x | | 1 | delta_only | 0.5 | 148.4 | 146.5 | 0.99x | | 1 | gcd_1000 | 0.01 | 150.6 | 150.1 | 1.00x | | 1 | gcd_1000 | 0.1 | 136.9 | 136.9 | 1.00x | | 1 | gcd_1000 | 0.5 | 146.2 | 147.4 | 1.01x | | 1 | gcd_100_delta | 0.01 | 151.9 | 151.7 | 1.00x | | 1 | gcd_100_delta | 0.1 | 137.2 | 137.0 | 1.00x | | 1 | gcd_100_delta | 0.5 | 147.3 | 147.5 | 1.00x | | 3 | delta_only | 0.01 | 81.1 | 86.7 | **1.07x** | | 3 | delta_only | 0.1 | 75.6 | 80.6 | **1.07x** | | 3 | delta_only | 0.5 | 76.9 | 84.7 | **1.10x** | | 3 | gcd_1000 | 0.01 | 76.5 | 85.8 | **1.12x** | | 3 | gcd_1000 | 0.1 | 71.7 | 79.7 | **1.11x** | | 3 | gcd_1000 | 0.5 | 72.3 | 83.9 | **1.16x** | | 3 | gcd_100_delta | 0.01 | 77.1 | 85.0 | **1.10x** | | 3 | gcd_100_delta | 0.1 | 71.7 | 79.4 | **1.11x** | | 3 | gcd_100_delta | 0.5 | 71.8 | 83.2 | **1.16x** | | 5 | delta_only | 0.01 | 50.0 | 72.0 | **1.44x** | | 5 | delta_only | 0.1 | 49.2 | 68.1 | **1.38x** | | 5 | delta_only | 0.5 | 52.7 | 79.4 | **1.51x** | | 5 | gcd_1000 | 0.01 | 47.6 | 78.3 | **1.65x** | | 5 | gcd_1000 | 0.1 | 47.3 | 67.9 | **1.43x** | -- 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]
