benwtrent commented on PR #12789: URL: https://github.com/apache/lucene/pull/12789#issuecomment-1804203048
@jpountz I re-ran my tests and double checked my numbers, I have some corrections, I accidentally double-counted sparse sizes, so previous numbers are 2x too big. GLOVE-100-100_000: sparse_total_usage: 10644328 fixed_total_usage: 12544000 num_nodes_visited_avg: 3561 num_nodes_visited_min: 1971 num_nodes_visited_max: 6904 Cohere-768-400_000: sparse_total_usage: 51991232 fixed_total_usage: 50040000 num_nodes_visited_avg: 12324 num_nodes_visited_min: 3213 num_nodes_visited_max: 19979 -- 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]
