Skip to content

benchmark to compare different orm solutions to simpleflatmapper

License

Notifications You must be signed in to change notification settings

arnaudroger/orm-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages