arnaudroger / orm-benchmark

benchmark to compare different orm solutions to simpleflatmapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

benchmark to compare different orm solutions to simpleflatmapper

License:MIT License


Languages

Language:Java 100.0%Language:Shell 0.0%