kkewwei commented on PR #16515: URL: https://github.com/apache/lucene/pull/16515#issuecomment-5448540619
I I added a benchmark task set in `luceneutil` with `wikimediumall`: https://github.com/mikemccand/luceneutil/commit/10be613a17431c13d5bc7d4ce82153d1a76b7d46 After 19 benchmark rounds, the final results are: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev Pct diff p-value MSBSFilter100 1.02 (4.9%) 1.03 (4.1%) 1.1% ( -7% - 10%) 0.441 MSBSControl 12.35 (5.2%) 12.76 (5.6%) 3.4% ( -7% - 14%) 0.048 MSBSFilter50 3.19 (5.7%) 3.30 (4.7%) 3.7% ( -6% - 14%) 0.026 PKLookup 143.38 (8.4%) 149.41 (6.0%) 4.2% ( -9% - 20%) 0.068 MSBSFilter33 3.62 (6.6%) 3.82 (5.3%) 5.4% ( -6% - 18%) 0.004 MSBSFilter20 3.69 (6.5%) 4.06 (5.5%) 10.1% ( -1% - 23%) 0.000 MSBSFilter10 4.06 (5.6%) 4.55 (7.0%) 12.1% ( 0% - 26%) 0.000 MSBSFilter5 4.03 (6.5%) 4.79 (7.3%) 18.8% ( 4% - 34%) 0.000 MSBSFilter1 4.60 (6.6%) 5.82 (5.5%) 26.6% ( 13% - 41%) 0.000 ``` The more docs filterd, the better the returns. -- 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]
