jeme commented on issue #933: URL: https://github.com/apache/lucenenet/issues/933#issuecomment-2016423822
Not quite the same severe reduction on Windows/Intel (older CPU): ``` | Method | Job | Runtime | N | Mean | Error | StdDev | Ratio | RatioSD | |------------------------ |--------- |--------- |---- |-----------:|---------:|---------:|------:|--------:| | IndexDocumentsBenchmark | .NET 7.0 | .NET 7.0 | 100 | 562.9 ms | 11.23 ms | 24.89 ms | 1.00 | 0.00 | | IndexDocumentsBenchmark | .NET 8.0 | .NET 8.0 | 100 | 2,184.3 ms | 43.26 ms | 94.04 ms | 3.89 | 0.25 | ``` Seems like `Lucene.Net.Store.FSDirectory+FSIndexOutput.Dispose(Boolean)` goes from taking up 1.9% of the execution time to taking 25.2%: .NET 7.0  .Net 8.0  -- 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]
