Why NH 5.1 in session mode and in stateless session mode shows same results? For example benchmark in https://github.com/FransBouma/RawDataAccessBencher I forked this project: https://github.com/sanekpr/RawDataAccessBencher/ And I create NH behch with stateless session mode. And my results for fetch set test: 1. EF Core 2.1 (no change tracking) - 202ms 2. Dapper 1.50 - 221 ms 3. NH 5.1 (stateless mode) - 2 055 ms May be I made smth wrong? Or stateless mode doesn't affect on fetch set perfomance?