Dorm : Benchmark of 10000 rows per run, 1 second interval between runs
Sample row:
{
"id": {
0 to 9999
},
"name": "Speed test",
"type": "type_{0 to 9999}",
"?t": "entities.testEntity"
}
Dorm parses it to a TestEntity class instance,
each iteration reloads the exact same ID set of 1 to 10000,
Dorm will each time lookup the incoming ID to see if it exists,
if it does not, it will create that instance ID,
otherwise it will ignore (accept-client) or update from server (accept-server)