kkewwei commented on PR #16669: URL: https://github.com/apache/lucene/pull/16669#issuecomment-5665530142
I added a benchmark task set in luceneutil with wikimediumall: https://github.com/kkewwei/luceneutil/commit/2b77ca0ae900347ea327fcd37878d6f9f858d52e After 19 benchmark rounds, the final results are: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value ReqExclSparse1TopN 140.97 (2.6%) 138.99 (3.3%) -1.4% ( -7% - 4%) 0.133 PKLookup 184.94 (9.2%) 182.53 (10.2%) -1.3% ( -18% - 19%) 0.670 ReqExclDense3TopN 2.80 (6.0%) 12.70 (28.3%) 353.6% ( 301% - 412%) 0.000 ReqExclDense7TopN 1.29 (8.3%) 8.38 (32.3%) 550.7% ( 470% - 644%) 0.000 ReqExclDense11TopN 0.76 (8.0%) 6.47 (39.1%) 749.2% ( 650% - 865%) 0.000 ReqExclDense16TopN 0.55 (7.9%) 5.09 (42.7%) 833.0% ( 725% - 958%) 0.000 ``` For the `dense` path, we can see a 500% improvement. -- 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]
