Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.12 KB

migrating to mapping-benchmark with better structure.

orm-benchmark

benchmark to compare different orm solutions to simpleflatmapper

We run a query n times that return 1,10,100 and 1000 row against the SmallBenchmarkObject where n is

Test NB
Mock 1000000
HsqlDB 500000
Mysql 100000

We capture the time it takes from the query execution to the end of the transformation of all the rows into an HdrHistogram. We capture from the query execution because some library don't give us control over that and the query exec time will be the same accross framework.