mrahhal / MR.EntityFrameworkCore.KeysetPagination

Keyset/Seek/Cursor pagination for Entity Framework Core.
MIT License
236 stars 12 forks source link

Add a proper benchmark #38

Closed mrahhal closed 1 year ago

mrahhal commented 1 year ago

Perf was validated using DB execution plans, but need to better cover all the different cases in a proper benchmark (BenchmarkDotNet) to have better visibility over the difference in perf under different circumstances.